Skip to content

Commit f24152e

Browse files
authored
Merge pull request #9 from swisnl/feature/laravel-12
Laravel 12
2 parents a0d3db4 + c7f4c3f commit f24152e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,20 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
2020
php: [8.3, 8.2, 8.1]
21-
laravel: [11.*, 10.*]
21+
laravel: [12.*, 11.*, 10.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 10.*
2525
testbench: 8.*
2626
- laravel: 11.*
2727
testbench: 9.*
28+
- laravel: 12.*
29+
testbench: 10.*
2830
exclude:
2931
- laravel: 11.*
3032
php: 8.1
33+
- laravel: 12.*
34+
php: 8.1
3135

3236
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3337

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"require": {
2626
"php": "^8.1",
2727
"guzzlehttp/guzzle": "^7.4",
28-
"illuminate/contracts": "^10.0|^11.0",
28+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2929
"psr/http-client": "^1.0"
3030
},
3131
"require-dev": {
3232
"laravel/pint": "^1.0",
3333
"nunomaduro/collision": "^7.8|^8.1",
3434
"larastan/larastan": "^2.9|^3.1",
35-
"orchestra/testbench": "^8.8|^9.0",
35+
"orchestra/testbench": "^8.8|^9.0|^10.0",
3636
"pestphp/pest": "^2.36|^3.7",
3737
"pestphp/pest-plugin-arch": "^2.7|^3.0",
3838
"pestphp/pest-plugin-laravel": "^2.4|^3.1",

0 commit comments

Comments
 (0)