File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 13
13
- uses : shivammathur/setup-php@v2
14
14
with :
15
15
coverage : none
16
- php-version : ' 8.1 '
16
+ php-version : ' 8.3 '
17
17
- run : composer validate --strict --no-check-lock
18
18
19
19
static_analysis :
24
24
- uses : shivammathur/setup-php@v2
25
25
with :
26
26
coverage : none
27
- php-version : ' 8.1 '
27
+ php-version : ' 8.3 '
28
28
- name : Install dependencies
29
29
run : composer update --ansi --no-progress --prefer-dist --no-interaction
30
30
- run : vendor/bin/phpstan analyze
37
37
- uses : shivammathur/setup-php@v2
38
38
with :
39
39
coverage : none
40
- php-version : ' 8.1 '
40
+ php-version : ' 8.3 '
41
41
- name : Install dependencies
42
42
run : composer update --ansi --no-progress --prefer-dist --no-interaction
43
43
- run : vendor/bin/php-cs-fixer fix --dry-run --show-progress=dots --no-interaction
@@ -49,12 +49,12 @@ jobs:
49
49
strategy :
50
50
fail-fast : false
51
51
matrix :
52
- php : [ '8.1', '8.2' ]
52
+ php : [ '8.1', '8.2', '8.3' ]
53
53
min_stability : [ '' ]
54
54
name_suffix : [ '' ]
55
55
composer_flags : [ '' ]
56
56
include :
57
- - php : ' 8.2 '
57
+ - php : ' 8.3 '
58
58
min_stability : ' dev'
59
59
name_suffix : ' (dev deps)'
60
60
- php : ' 8.1'
73
73
if : " matrix.min_stability != ''"
74
74
run : composer config minimum-stability "${{ matrix.min_stability }}"
75
75
76
+ - name : Remove async-aws/code-generator # The code generator requires PHP 8.2+
77
+ run : composer remove --no-interaction --dev --no-update async-aws/code-generator
78
+
76
79
- name : Install dependencies
77
80
run : composer update --ansi --no-progress --prefer-dist --no-interaction ${{ matrix.composer_flags }}
78
81
88
91
- uses : shivammathur/setup-php@v2
89
92
with :
90
93
coverage : " none"
91
- php-version : " 8.2 "
94
+ php-version : " 8.3 "
92
95
93
96
- name : Install dependencies
94
97
run : composer update --ansi --no-progress --prefer-dist --no-interaction
You can’t perform that action at this time.
0 commit comments