File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest, windows-latest]
12
- php : [8.1, 8.0]
13
- laravel : [9.*, 8.*]
12
+ php : [8.2, 8. 1, 8.0]
13
+ laravel : [10.*, 9.*, 8.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
+ - laravel : 10.*
17
+ testbench : 8.*
16
18
- laravel : 9.*
17
19
testbench : 7.*
18
20
- laravel : 8.*
19
21
testbench : ^6.23
22
+ exclude :
23
+ - laravel : 10.*
24
+ php : 8.0
20
25
21
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
22
27
23
28
steps :
24
29
- name : Checkout code
25
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
26
31
27
32
- name : Setup PHP
28
33
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"php" : " ^8.0" ,
26
- "laravel/framework" : " ^8.71|^9.0" ,
27
- "orchestra/testbench" : " ^6.24|^7.0"
26
+ "laravel/framework" : " ^8.71|^9.0|^10.0 " ,
27
+ "orchestra/testbench" : " ^6.24|^7.0|^8.0 "
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ^9.4" ,
You can’t perform that action at this time.
0 commit comments