Skip to content

Commit e655933

Browse files
committed
feat: Laravel 12 tests
1 parent 00799ec commit e655933

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/comaptibility.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Laravel 11.x Compatability
1+
name: Laravel 12.x Compatability
22

33
on:
44
schedule:
@@ -12,8 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
php: [8.2, 8.3, 8.4]
15-
laravel: [11.x-dev]
16-
testbench: [9.*]
15+
laravel: [12.x-dev]
16+
testbench: [10.*]
1717

1818
name: P${{ matrix.php }} - L${{ matrix.laravel }}
1919

.github/workflows/phpunit.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
php: [8.0, 8.1, 8.2, 8.3, 8.4]
12-
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
12+
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*, 12.*]
1313
stability: [prefer-lowest, prefer-stable]
1414
include:
1515
- laravel: 6.*
@@ -30,6 +30,9 @@ jobs:
3030
- laravel: 11.*
3131
doctrine: ^4.0
3232
testbench: 9.*
33+
- laravel: 12.*
34+
doctrine: ^4.0
35+
testbench: 10.*
3336
exclude:
3437
- php: 8.0
3538
laravel: 10.*
@@ -71,6 +74,10 @@ jobs:
7174
php: 8.0
7275
- laravel: 11.*
7376
php: 8.1
77+
- laravel: 12.*
78+
php: 8.0
79+
- laravel: 12.*
80+
php: 8.1
7481

7582
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
7683

0 commit comments

Comments
 (0)