Skip to content

Commit d20d4f5

Browse files
committed
Adjust workflows
1 parent 07c0c20 commit d20d4f5

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/workflows/analyse.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.3, 8.4]
13-
laravel: [11.*]
13+
laravel: [12.*]
1414
stability: [prefer-stable]
1515
include:
16-
- laravel: 11.*
17-
testbench: 9.*
16+
- laravel: 12.*
17+
testbench: 10.*
1818

1919
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020

.github/workflows/style.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: style
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
on: ['push', 'pull_request']
4+
75
jobs:
86
style:
97
name: Style
@@ -26,9 +24,4 @@ jobs:
2624
run: composer install
2725

2826
- name: Style
29-
run: composer fix-style
30-
31-
- name: Commit Changes
32-
uses: stefanzweifel/git-auto-commit-action@v4
33-
with:
34-
commit_message: Fix styling changes
27+
run: composer style

0 commit comments

Comments
 (0)