File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,22 @@ jobs:
46
46
composer-flags : ' --prefer-lowest'
47
47
job-description : ' Ubuntu; PHP 8.3; lowest-deps'
48
48
49
+ - operating-system : ' ubuntu-latest'
50
+ php-version : ' 8.4'
51
+ job-description : ' Ubuntu; PHP 8.4; latest-deps'
52
+
53
+ - operating-system : ' ubuntu-latest'
54
+ php-version : ' 8.4'
55
+ composer-flags : ' --prefer-lowest'
56
+ job-description : ' Ubuntu; PHP 8.4; lowest-deps'
57
+
49
58
- operating-system : ' windows-latest'
50
- php-version : ' 8.3 '
51
- job-description : ' Windows; PHP 8.3 ; latest-deps'
59
+ php-version : ' 8.4 '
60
+ job-description : ' Windows; PHP 8.4 ; latest-deps'
52
61
53
62
- operating-system : ' macos-latest'
54
- php-version : ' 8.3 '
55
- job-description : ' MacOS; PHP 8.3 ; latest-deps'
63
+ php-version : ' 8.4 '
64
+ job-description : ' MacOS; PHP 8.4 ; latest-deps'
56
65
57
66
58
67
name : ${{ matrix.job-description }}
Original file line number Diff line number Diff line change 16
16
],
17
17
"require-dev" : {
18
18
"phpunit/phpunit" : " ^9.6" ,
19
- "friendsofphp/php-cs-fixer" : " ^3.46 "
19
+ "friendsofphp/php-cs-fixer" : " ^3.68 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
You can’t perform that action at this time.
0 commit comments