Skip to content

Commit 91f79b2

Browse files
authored
Laravel 13 (#1596)
1 parent d9819ff commit 91f79b2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: [8.2, 8.3, 8.4, 8.5]
20-
laravel: [11, 12]
20+
laravel: [11, 12, 13]
2121
exclude:
2222
- php: 8.5
2323
laravel: 11
24+
- php: 8.2
25+
laravel: 13
2426

2527
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2628

@@ -52,15 +54,15 @@ jobs:
5254
fail-fast: true
5355
matrix:
5456
stack: [inertia, livewire]
55-
laravel: ['11.x-dev', '12.x-dev']
57+
laravel: ['11.x-dev', '12.x-dev', '13.x-dev']
5658

5759
name: Test Stubs - Laravel ${{ matrix.laravel }} - ${{ matrix.stack }}
5860

5961
steps:
6062
- name: Setup PHP
6163
uses: shivammathur/setup-php@v2
6264
with:
63-
php-version: 8.2
65+
php-version: 8.3
6466
extensions: dom, curl, libxml, mbstring, zip
6567
ini-values: error_reporting=E_ALL
6668
tools: composer:v2

composer.json

Lines changed: 3 additions & 3 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|^12.0",
20-
"illuminate/support": "^11.0|^12.0",
19+
"illuminate/console": "^11.0|^12.0|^13.0",
20+
"illuminate/support": "^11.0|^12.0|^13.0",
2121
"laravel/fortify": "^1.20",
2222
"mobiledetect/mobiledetectlib": "^4.8.08",
2323
"symfony/console": "^7.0"
@@ -27,7 +27,7 @@
2727
"laravel/sanctum": "^4.0",
2828
"livewire/livewire": "^3.3",
2929
"mockery/mockery": "^1.0",
30-
"orchestra/testbench": "^9.15|^10.8",
30+
"orchestra/testbench": "^9.15|^10.8|^11.0",
3131
"phpstan/phpstan": "^1.10"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)