File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,14 @@ jobs:
17
17
strategy :
18
18
fail-fast : true
19
19
matrix :
20
- php : [8.2, 8.3]
20
+ php : [8.1, 8. 2, 8.3, 8.4 ]
21
21
phpunit : [10, 11]
22
22
laravel : [10, 11]
23
- include :
24
- - php : 8.4
23
+ exclude :
24
+ - php : 8.1
25
25
laravel : 11
26
- phpunit : 10
27
26
- php : 8.4
28
- laravel : 11
29
- phpunit : 11
30
- exclude :
27
+ laravel : 10
31
28
- phpunit : 11
32
29
laravel : 10
33
30
@@ -48,10 +45,10 @@ jobs:
48
45
49
46
- name : Install dependencies
50
47
run : |
51
- composer update --with="laravel/framework=^${{ matrix.laravel }}" --with="phpunit/phpunit:^${{ matrix.phpunit }}" --prefer-dist --no-interaction --no-progress
48
+ composer update --prefer-dist --no-interaction --no-progress -- with="laravel/framework=^${{ matrix.laravel }}" --with="phpunit/phpunit:^${{ matrix.phpunit }}"
52
49
53
50
- name : Execute tests
54
- run : vendor/bin/phpunit
51
+ run : vendor/bin/phpunit --display-deprecations --fail-on-deprecation
55
52
56
53
paratests :
57
54
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments