File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: run-tests
2
2
3
3
on :
4
4
push :
5
- branches : [main]
5
+ branches : [main, v2 ]
6
6
pull_request :
7
- branches : [main]
7
+ branches : [main, v2 ]
8
8
9
9
jobs :
10
10
test :
@@ -13,19 +13,25 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.2 ]
16
+ php : [8.3, 8.4 ]
17
17
laravel : [10.*]
18
18
stability : [prefer-stable]
19
19
include :
20
20
- laravel : 10.*
21
21
testbench : 8.*
22
22
carbon : ^2.63
23
+ - laravel : 11.*
24
+ testbench : 9.*
25
+ carbon : ^3.0
26
+ - laravel : 12.*
27
+ testbench : 10.*
28
+ carbon : ^3.0
23
29
24
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
31
26
32
steps :
27
33
- name : Checkout code
28
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
29
35
30
36
- name : Setup PHP
31
37
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments