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 8
8
strategy :
9
9
matrix :
10
10
os : [ubuntu-latest]
11
- php : ['8.2', '8.3']
11
+ php : ['8.2', '8.3', '8.4' ]
12
12
dependency-version : [lowest, highest]
13
13
14
14
name : PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
38
38
composer-options : " --prefer-dist"
39
39
40
40
- 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 3
3
xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
4
4
bootstrap =" vendor/autoload.php"
5
5
colors =" true"
6
+ stopOnError =" false"
7
+ stopOnFailure =" false"
6
8
>
7
9
<testsuites >
8
10
<testsuite name =" Tests" >
You can’t perform that action at this time.
0 commit comments