Skip to content

Commit 9c6b820

Browse files
authored
Merge pull request #31 from justbetter/feature/adjust-workflow
2 parents e5c5eb4 + 2611046 commit 9c6b820

File tree

4 files changed

+12
-19
lines changed

4 files changed

+12
-19
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/coverage.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.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
@@ -24,9 +22,4 @@ jobs:
2422
run: composer install
2523

2624
- 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

.github/workflows/tests.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

0 commit comments

Comments
 (0)