File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,22 @@ jobs:
4646 composer-flags : ' --prefer-lowest'
4747 job-description : ' Ubuntu; PHP 8.3; lowest-deps'
4848
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+
4958 - 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'
5261
5362 - 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'
5665
5766 name : ${{ matrix.job-description }}
5867
Original file line number Diff line number Diff line change 1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^9.6" ,
21- "friendsofphp/php-cs-fixer" : " ^3.46 " ,
22- "phpstan/phpstan" : " ^1.10 "
21+ "friendsofphp/php-cs-fixer" : " ^3.68 " ,
22+ "phpstan/phpstan" : " ^2 "
2323 },
2424 "autoload" : {
2525 "psr-4" : {
You can’t perform that action at this time.
0 commit comments