Skip to content

Commit d86b783

Browse files
Merge pull request #71 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 564ce89 + b22a74d commit d86b783

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
php: [8.0, 8.1, 8.2, 8.3]
21-
laravel: ['8.*', '9.*', '10.*', '11.*']
21+
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
2222
dependency-version: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 8.*
@@ -29,7 +29,8 @@ jobs:
2929
testbench: 8.*
3030
- laravel: 11.*
3131
testbench: 9.*
32-
32+
- laravel: 12.*
33+
testbench: 10.*
3334
exclude:
3435
- laravel: 8.*
3536
php: 8.1
@@ -40,15 +41,16 @@ jobs:
4041
- laravel: 8.*
4142
php: 8.3
4243
dependency-version: prefer-lowest
43-
4444
- laravel: 10.*
4545
php: 8.0
46-
4746
- laravel: 11.*
4847
php: 8.0
4948
- laravel: 11.*
5049
php: 8.1
51-
50+
- laravel: 12.*
51+
php: 8.0
52+
- laravel: 12.*
53+
php: 8.1
5254

5355
name: P${{ matrix.php }} / L${{ matrix.laravel }} / ${{ matrix.dependency-version }}
5456

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"php": "^7.4|^8.0",
14-
"illuminate/database": "^8.37|^9.0|^10.0|^11.0"
14+
"illuminate/database": "^8.37|^9.0|^10.0|^11.0|^12.0"
1515
},
1616
"require-dev": {
17-
"orchestra/testbench": "^6|^7|^8.0|^9.0",
17+
"orchestra/testbench": "^6|^7|^8.0|^9.0|^10.0",
1818
"mockery/mockery": "^1.3.3",
1919
"phpunit/phpunit": ">=8.5.23|^9",
2020
"laravel/scout": "^9.4|^10.8"

0 commit comments

Comments
 (0)