Skip to content

Commit 4ceb39a

Browse files
committed
Supports Laravel 12
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent b451e8e commit 4ceb39a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: [8.2, 8.3, 8.4]
20-
laravel: [11]
20+
laravel: [11, 12]
2121

2222
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2323

@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: true
5050
matrix:
5151
stack: [inertia, livewire]
52-
laravel: ['11.x-dev']
52+
laravel: ['11.x-dev', 'dev-master']
5353

5454
name: Test Stubs - Laravel ${{ matrix.laravel }} - ${{ matrix.stack }}
5555

@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Setup Laravel
6767
run: |
68-
composer create-project laravel/laravel:^${{ matrix.laravel }} .
68+
composer create-project laravel/laravel:${{ matrix.laravel }} .
6969
composer require laravel/jetstream:@dev --no-interaction --no-update
7070
composer config repositories.jetstream '{"type": "path", "url": "jetstream"}' --file composer.json
7171

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"require": {
1717
"php": "^8.2.0",
1818
"ext-json": "*",
19-
"illuminate/console": "^11.0",
20-
"illuminate/support": "^11.0",
19+
"illuminate/console": "^11.0|^12.0",
20+
"illuminate/support": "^11.0|^12.0",
2121
"laravel/fortify": "^1.20",
2222
"mobiledetect/mobiledetectlib": "^4.8.08",
2323
"symfony/console": "^7.0"
@@ -27,9 +27,9 @@
2727
"laravel/sanctum": "^4.0",
2828
"livewire/livewire": "^3.3",
2929
"mockery/mockery": "^1.0",
30-
"orchestra/testbench": "^9.0",
30+
"orchestra/testbench": "^9.0|^10.0",
3131
"phpstan/phpstan": "^1.10",
32-
"phpunit/phpunit": "^10.4"
32+
"phpunit/phpunit": "^11.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)