Skip to content

Commit e1a887d

Browse files
authored
Adjust workflows (#49)
1 parent f7f3d40 commit e1a887d

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-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/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: 2 additions & 4 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

.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-lowest, 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)