Skip to content

Commit 7c858b5

Browse files
authored
Merge pull request #7 from andrey-helldar/andrey-helldar-patch-1
Added Laravel 12 support
2 parents c8f9422 + 08ff0b3 commit 7c858b5

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ jobs:
3030
matrix:
3131
os: [ubuntu-latest]
3232
php: [8.4, 8.3]
33-
laravel: [11.*]
34-
stability: [prefer-stable]
33+
laravel: [12.*, 11.*]
34+
stability: [prefer-lowest, prefer-stable]
3535
include:
3636
- laravel: 11.*
3737
testbench: 9.*
38+
- laravel: 12.*
39+
testbench: 10.*
3840

3941
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4042

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
],
2020
"require": {
2121
"php": "^8.3",
22-
"illuminate/contracts": "^11.0",
23-
"illuminate/http": "^11.0",
24-
"illuminate/support": "^11.0",
25-
"illuminate/filesystem": "^11.0",
26-
"illuminate/cache": "^11.0",
22+
"illuminate/contracts": "^11.0||^12.0",
23+
"illuminate/http": "^11.0||^12.0",
24+
"illuminate/support": "^11.0||^12.0",
25+
"illuminate/filesystem": "^11.0||^12.0",
26+
"illuminate/cache": "^11.0||^12.0",
2727
"monolog/monolog": "^3.6"
2828
},
2929
"require-dev": {
3030
"laravel/pint": "^1.14",
3131
"nunomaduro/collision": "^8.1.1",
3232
"larastan/larastan": "^2.9",
33-
"orchestra/testbench": "^9.0.0",
33+
"orchestra/testbench": "^10.0||^9.0.0",
3434
"pestphp/pest": "^3.0",
3535
"pestphp/pest-plugin-arch": "^3.0",
3636
"pestphp/pest-plugin-laravel": "^3.0",

0 commit comments

Comments
 (0)