File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,15 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- php : [ 8.1, 8.2, 8.3 ]
15
- laravel : [ 10.*, 11.* ]
14
+ php : [ 8.1, 8.2 ]
15
+ laravel : [ 10.* ]
16
16
db : [ 'mysql:8.0', 'mysql:5.7', 'mariadb:10.9' ]
17
17
dependency-version : [ prefer-stable ]
18
18
include :
19
- - testbench : ^8.0
19
+ - php : 8.2
20
+ laravel : 11.*
21
+ - php : 8.3
22
+ laravel : 11.*
20
23
21
24
services :
22
25
db :
40
43
41
44
- name : Install dependencies
42
45
run : |
43
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }} " --no-interaction --no-update
46
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench" --no-interaction --no-update
44
47
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
45
48
46
49
- name : Execute tests
You can’t perform that action at this time.
0 commit comments