17
17
strategy :
18
18
matrix :
19
19
php-version :
20
- - " 8.2 "
20
+ - " 8.3 "
21
21
22
22
steps :
23
23
- uses : " actions/checkout@v4"
27
27
php-version : " ${{ matrix.php-version }}"
28
28
ini-values : " ${{ env.INI_VALUES }}"
29
29
tools : composer-normalize,composer-require-checker,composer-unused
30
- - uses : " ramsey/composer-install@v2 "
31
-
30
+ - uses : " ramsey/composer-install@v3 "
31
+
32
32
- run : " composer validate --strict"
33
33
- run : " composer-normalize --dry-run"
34
34
- run : " composer-require-checker check --config-file=$(realpath composer-require-checker.json)"
@@ -40,11 +40,11 @@ jobs:
40
40
strategy :
41
41
matrix :
42
42
php-version :
43
- - " 8.3 "
43
+ - " 8.4 "
44
44
code-coverage :
45
45
- " none"
46
46
include :
47
- - php-version : " 8.2 "
47
+ - php-version : " 8.3 "
48
48
code-coverage : " pcov"
49
49
50
50
steps :
54
54
coverage : " ${{ matrix.code-coverage }}"
55
55
php-version : " ${{ matrix.php-version }}"
56
56
ini-values : " ${{ env.INI_VALUES }}"
57
- - uses : " ramsey/composer-install@v2 "
57
+ - uses : " ramsey/composer-install@v3 "
58
58
59
59
- run : " vendor/bin/phpunit --no-coverage --no-logging"
60
60
if : ${{ matrix.code-coverage == 'none' }}
70
70
strategy :
71
71
matrix :
72
72
php-version :
73
- - " 8.2 "
73
+ - " 8.3 "
74
74
75
75
steps :
76
76
- uses : " actions/checkout@v4"
79
79
coverage : " none"
80
80
php-version : " ${{ matrix.php-version }}"
81
81
ini-values : " ${{ env.INI_VALUES }}"
82
- - uses : " ramsey/composer-install@v2 "
82
+ - uses : " ramsey/composer-install@v3 "
83
83
84
84
- run : " vendor/bin/php-cs-fixer fix --verbose --dry-run --diff"
85
85
89
89
strategy :
90
90
matrix :
91
91
php-version :
92
- - " 8.2 "
92
+ - " 8.3 "
93
93
94
94
steps :
95
95
- uses : " actions/checkout@v4"
98
98
coverage : " none"
99
99
php-version : " ${{ matrix.php-version }}"
100
100
ini-values : " ${{ env.INI_VALUES }}"
101
- - uses : " ramsey/composer-install@v2 "
101
+ - uses : " ramsey/composer-install@v3 "
102
102
103
103
- run : " vendor/bin/phpstan analyse --no-progress --error-format=github"
0 commit comments