File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 os : [ubuntu-latest]
11- php : ['8.2', '8.3']
11+ php : ['8.2', '8.3', '8.4' ]
1212 dependency-version : [lowest, highest]
1313
1414 name : PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
3838 composer-options : " --prefer-dist"
3939
4040 - name : Run Tests
41- run : vendor/bin/pest
41+ run : vendor/bin/pest --display-deprecation ${{ matrix.dependency-version == 'highest' && '--fail-on-deprecation' || '' }}
Original file line number Diff line number Diff line change 33 xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
55 colors =" true"
6+ stopOnError =" false"
7+ stopOnFailure =" false"
68>
79 <testsuites >
810 <testsuite name =" Tests" >
You can’t perform that action at this time.
0 commit comments