File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,14 @@ jobs:
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- php-version : ['8.1']
22+ php-version : ['8.1', '8.2', '8.3' ]
2323 dependencies : ['highest']
2424 include :
2525 - php-version : ' 8.1'
2626 dependencies : ' lowest'
27- - php-version : ' 8.2 '
27+ - php-version : ' 8.4 '
2828 dependencies : ' highest'
29+ composer-options : ' --ignore-platform-req=php'
2930
3031 steps :
3132 - uses : actions/checkout@v3
4748 - name : Run PHPUnit
4849 run : |
4950 if [[ ${{ matrix.php-version }} == '8.1' && ${{ matrix.dependencies }} == 'highest' ]]; then
50- vendor/bin/phpunit --display-incomplete --display-skipped
51+ vendor/bin/phpunit --display-deprecations --display-warnings --display- incomplete --display-skipped
5152 else
52- vendor/bin/phpunit
53+ vendor/bin/phpunit --display-deprecations --display-warnings
5354 fi
5455
5556 cs-stan :
Original file line number Diff line number Diff line change 1616 "require-dev" : {
1717 "cakephp/cakephp-codesniffer" : " ^5.0" ,
1818 "composer/composer" : " ^2.0" ,
19- "phpunit/phpunit" : " ^10.1.0"
19+ "phpunit/phpunit" : " ^10.1.0 || ^11.1.3 "
2020 },
2121 "autoload" : {
2222 "psr-4" : {
You can’t perform that action at this time.
0 commit comments