File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 "
30
+ - uses : " ramsey/composer-install@v3 "
31
31
32
32
- run : " composer validate --strict"
33
33
- run : " composer-normalize --dry-run"
@@ -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' }}
78
78
strategy :
79
79
matrix :
80
80
php-version :
81
- - " 8.2 "
81
+ - " 8.3 "
82
82
83
83
steps :
84
84
- uses : " actions/checkout@v4"
87
87
coverage : " none"
88
88
php-version : " ${{ matrix.php-version }}"
89
89
ini-values : " ${{ env.INI_VALUES }}"
90
- - uses : " ramsey/composer-install@v2 "
90
+ - uses : " ramsey/composer-install@v3 "
91
91
92
92
- run : " vendor/bin/php-cs-fixer fix --verbose --dry-run --diff"
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ~8.2 .0 || ~8.3 .0"
14
+ "php" : " ~8.3 .0 || ~8.4 .0"
15
15
},
16
16
"require-dev" : {
17
17
"phpunit/phpunit" : " ^11.3.6" ,
18
- "slam/php-cs-fixer-extensions" : " ^3.11.1 "
18
+ "slam/php-cs-fixer-extensions" : " ^3.12.0 "
19
19
},
20
20
"autoload" : {
21
21
"files" : [
You can’t perform that action at this time.
0 commit comments