File tree Expand file tree Collapse file tree 4 files changed +12
-19
lines changed Expand file tree Collapse file tree 4 files changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.3, 8.4]
13
- laravel : [11 .*]
13
+ laravel : [12 .*]
14
14
stability : [prefer-stable]
15
15
include :
16
- - laravel : 11 .*
17
- testbench : 9 .*
16
+ - laravel : 12 .*
17
+ testbench : 10 .*
18
18
19
19
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
20
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.4]
13
- laravel : [11 .*]
13
+ laravel : [12 .*]
14
14
stability : [prefer-stable]
15
15
include :
16
- - laravel : 11 .*
17
- testbench : 9 .*
16
+ - laravel : 12 .*
17
+ testbench : 10 .*
18
18
19
19
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
20
Original file line number Diff line number Diff line change 1
1
name : style
2
2
3
- on :
4
- push :
5
- branches :
6
- - main
3
+ on : ['push', 'pull_request']
4
+
7
5
jobs :
8
6
style :
9
7
name : Style
24
22
run : composer install
25
23
26
24
- name : Style
27
- run : composer fix-style
28
-
29
- - name : Commit Changes
30
- uses : stefanzweifel/git-auto-commit-action@v4
31
- with :
32
- commit_message : Fix styling changes
25
+ run : composer style
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.3, 8.4]
13
- laravel : [11 .*]
13
+ laravel : [12 .*]
14
14
stability : [prefer-stable]
15
15
include :
16
- - laravel : 11 .*
17
- testbench : 9 .*
16
+ - laravel : 12 .*
17
+ testbench : 10 .*
18
18
19
19
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
20
You can’t perform that action at this time.
0 commit comments