File tree Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Original file line number Diff line number Diff line change 1
- name : run-tests
1
+ name : Tests
2
2
3
3
on :
4
4
push :
8
8
9
9
jobs :
10
10
test :
11
- runs-on : ${{ matrix.os }}
11
+ runs-on : ubuntu-latest
12
12
strategy :
13
- fail-fast : true
14
13
matrix :
15
- - php : 8.4
16
- env :
17
- laravel : 10.*
18
- testbench : 8.*
19
- - php : 8.3
20
- env :
21
- laravel : 10.*
22
- testbench : 8.*
23
- - php : 8.4
24
- env :
25
- laravel : 11.*
26
- testbench : 9.*
27
- - php : 8.4
28
- env :
29
- laravel : 12.*
30
- testbench : 10.*
31
-
14
+ include :
15
+ - php : 8.4
16
+ env :
17
+ LARAVEL : 10.*
18
+ TESTBENCH : 8.*
19
+ - php : 8.3
20
+ env :
21
+ LARAVEL : 10.*
22
+ TESTBENCH : 8.*
23
+ - php : 8.4
24
+ env :
25
+ LARAVEL : 11.*
26
+ TESTBENCH : 9.*
27
+ - php : 8.4
28
+ env :
29
+ LARAVEL : 12.*
30
+ TESTBENCH : 10.*
31
+ env : ${{ matrix.env }}
32
32
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
33
-
34
33
steps :
35
34
- name : Checkout code
36
35
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments