Skip to content

Commit 9009497

Browse files
committed
Supports Laravel 12
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent a4c64bb commit 9009497

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

.github/workflows/tests.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,16 @@ jobs:
3333
strategy:
3434
fail-fast: true
3535
matrix:
36-
php: [8.1, 8.2, 8.3]
37-
laravel: [10, 11]
36+
php: [8.1, 8.2, 8.3, 8.4]
37+
laravel: [10, 11, 12]
3838
stability: [prefer-lowest, prefer-stable]
39-
include:
40-
- php: 8.4
39+
exclude:
40+
- php: 8.1
4141
laravel: 11
42-
stability: prefer-stable
42+
- php: 8.1
43+
laravel: 12
44+
- php: 8.4
45+
laravel: 10
4346

4447
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - MySQL 5.7
4548

composer.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
"php": "^8.1",
1919
"guzzlehttp/promises": "^1.0|^2.0",
2020
"doctrine/sql-formatter": "^1.4.1",
21-
"illuminate/auth": "^10.48.4|^11.0.8",
22-
"illuminate/cache": "^10.48.4|^11.0.8",
23-
"illuminate/config": "^10.48.4|^11.0.8",
24-
"illuminate/console": "^10.48.4|^11.0.8",
25-
"illuminate/contracts": "^10.48.4|^11.0.8",
26-
"illuminate/database": "^10.48.4|^11.0.8",
27-
"illuminate/events": "^10.48.4|^11.0.8",
28-
"illuminate/http": "^10.48.4|^11.0.8",
29-
"illuminate/queue": "^10.48.4|^11.0.8",
30-
"illuminate/redis": "^10.48.4|^11.0.8",
31-
"illuminate/routing": "^10.48.4|^11.0.8",
32-
"illuminate/support": "^10.48.4|^11.0.8",
33-
"illuminate/view": "^10.48.4|^11.0.8",
21+
"illuminate/auth": "^10.48.4|^11.0.8|^12.0",
22+
"illuminate/cache": "^10.48.4|^11.0.8|^12.0",
23+
"illuminate/config": "^10.48.4|^11.0.8|^12.0",
24+
"illuminate/console": "^10.48.4|^11.0.8|^12.0",
25+
"illuminate/contracts": "^10.48.4|^11.0.8|^12.0",
26+
"illuminate/database": "^10.48.4|^11.0.8|^12.0",
27+
"illuminate/events": "^10.48.4|^11.0.8|^12.0",
28+
"illuminate/http": "^10.48.4|^11.0.8|^12.0",
29+
"illuminate/queue": "^10.48.4|^11.0.8|^12.0",
30+
"illuminate/redis": "^10.48.4|^11.0.8|^12.0",
31+
"illuminate/routing": "^10.48.4|^11.0.8|^12.0",
32+
"illuminate/support": "^10.48.4|^11.0.8|^12.0",
33+
"illuminate/view": "^10.48.4|^11.0.8|^12.0",
3434
"livewire/livewire": "^3.4.9",
3535
"symfony/console": "^6.0|^7.0",
3636
"nesbot/carbon": "^2.67|^3.0"
3737
},
3838
"require-dev": {
3939
"guzzlehttp/guzzle": "^7.7",
4040
"mockery/mockery": "^1.0",
41-
"orchestra/testbench": "^8.23.1|^9.0",
41+
"orchestra/testbench": "^8.23.1|^9.0|^10.0",
4242
"pestphp/pest": "^2.0",
4343
"pestphp/pest-plugin-laravel": "^2.2",
4444
"phpstan/phpstan": "^1.11",

0 commit comments

Comments
 (0)