File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
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 ]
12
- php : [ 8.1, 8.2 ]
13
- laravel : [ 9.*, 10.* ]
12
+ php : [ 8.1, 8.2, 8.3 ]
13
+ laravel : [ 9.*, 10.*, 11.* ]
14
14
include :
15
+ - laravel : 11.*
16
+ testbench : 9.*
17
+ stability : prefer-stable
15
18
- laravel : 10.*
16
19
testbench : 8.*
17
20
stability : prefer-stable
18
21
- laravel : 9.*
19
22
testbench : 7.*
20
23
stability : prefer-stable
24
+ exclude :
25
+ - php : 8.3
26
+ laravel : 9.*
27
+ - php : 8.1
28
+ laravel : 11.*
21
29
22
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
23
31
35
43
36
44
- name : Get Composer Cache Directory
37
45
id : composer-cache
38
- run : echo "::set-output name=dir::$(composer config cache-files-dir)"
46
+ run : |
47
+ echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
39
48
40
49
- name : Cache composer dependencies
41
50
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments