File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 :
You can’t perform that action at this time.
0 commit comments