File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: CI
33on :
44 push :
55 branches :
6- - *
6+ - " * "
77 tags :
8- - *
8+ - " * "
99 pull_request :
1010 branches :
11- - *
11+ - " * "
1212
1313jobs :
1414 build :
@@ -22,19 +22,19 @@ jobs:
2222 fail-fast : false
2323 matrix :
2424 php : ['8.1', '8.2']
25- kubernetes : [1.24.12, 1.25.8, 1.26.3]
25+ kubernetes : [' 1.24.12', ' 1.25.8', ' 1.26.3' ]
2626 laravel : ['9.*', '10.*', '11.*']
2727 prefer : [prefer-lowest, prefer-stable]
2828 include :
29- - laravel : 9.*
30- testbench : 7.*
31- - laravel : 10.*
32- testbench : 8.*
33- - laravel : 11.*
34- testbench : 9.*
29+ - laravel : " 9.*"
30+ testbench : " 7.*"
31+ - laravel : " 10.*"
32+ testbench : " 8.*"
33+ - laravel : " 11.*"
34+ testbench : " 9.*"
3535 exclude :
36- - laravel : 11.*
37- php : ' 8.1'
36+ - laravel : " 11.*"
37+ php : " 8.1"
3838
3939 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - K8s v${{ matrix.kubernetes }} --${{ matrix.prefer }}
4040
You can’t perform that action at this time.
0 commit comments