File tree Expand file tree Collapse file tree 4 files changed +225
-211
lines changed Expand file tree Collapse file tree 4 files changed +225
-211
lines changed Original file line number Diff line number Diff line change
1
+ # Please see the documentation for all configuration options:
2
+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+ version : 2
5
+ updates :
6
+
7
+ - package-ecosystem : " github-actions"
8
+ directory : " /"
9
+ schedule :
10
+ interval : " weekly"
11
+ labels :
12
+ - " dependencies"
Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [7.4,8.0]
17
- laravel : [8.*]
16
+ php : [7.4,8.0,8.1 ]
17
+ laravel : [8.*,9.* ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
20
- laravel : 8.*
21
21
testbench : ^6.6
22
+ - laravel : 9.*
23
+ testbench : ^7.0
22
24
23
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
26
You can’t perform that action at this time.
0 commit comments