File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,22 @@ name: run-tests
2
2
3
3
on :
4
4
push :
5
- branches : [main]
5
+ branches :
6
+ - main
6
7
pull_request :
7
- branches : [main]
8
+ branches :
9
+ - main
8
10
9
11
jobs :
10
12
test :
11
13
runs-on : ${{ matrix.os }}
14
+
12
15
strategy :
13
16
fail-fast : true
14
17
matrix :
15
18
os : [ubuntu-latest, windows-latest]
16
19
php : [8.3, 8.2, 8.1]
17
- laravel : [11.*, 10.*, 9.* ]
20
+ laravel : ['9.*', ' 10.*', '11.*', '12.*' ]
18
21
stability : [prefer-lowest, prefer-stable]
19
22
include :
20
23
- laravel : 11.*
23
26
testbench : 8.*
24
27
- laravel : 9.*
25
28
testbench : 7.*
29
+ - laravel : 12.*
30
+ testbench : 10.*
26
31
exclude :
27
32
- php : 8.1
28
33
laravel : 11.*
34
+ - laravel : 12.*
35
+ php : 8.1
29
36
30
37
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31
38
You can’t perform that action at this time.
0 commit comments