File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : run-tests
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ - push
5
+ - pull_request
4
6
5
7
jobs :
6
8
test :
7
9
runs-on : ubuntu-latest
10
+
8
11
strategy :
9
12
fail-fast : true
10
13
matrix :
11
14
php : [8.3, 8.2, 8.1]
12
- laravel : [10.*]
15
+ laravel : [' 10.*', '11.*' ]
13
16
dependency-version : [prefer-lowest, prefer-stable]
14
17
include :
15
18
- laravel : 10.*
16
19
testbench : 8.*
20
+ - laravel : 11.*
21
+ testbench : 9.*
22
+ exclude :
23
+ - laravel : 11.*
24
+ php : 8.1
17
25
18
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
19
27
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1|^8.2|^8.3" ,
20
- "illuminate/support" : " ^10.0"
20
+ "illuminate/support" : " ^10.0|^11.0 "
21
21
},
22
22
"require-dev" : {
23
- "orchestra/testbench" : " ^8.0" ,
23
+ "orchestra/testbench" : " ^8.0|^9.0 " ,
24
24
"phpunit/phpunit" : " ^10.4"
25
25
},
26
26
"autoload" : {
49
49
]
50
50
}
51
51
}
52
- }
52
+ }
You can’t perform that action at this time.
0 commit comments