Skip to content

Commit 1fdfb73

Browse files
authored
Merge pull request #480 from inertiajs/l10
Laravel v10 Support
2 parents b00fe8c + e3c9f5b commit 1fdfb73

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,25 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: [7.2, 7.3, 7.4, "8.0", 8.1, 8.2]
16-
laravel: [6, 7, 8, 9]
16+
laravel: [6, 7, 8, 9, 10]
1717
stability: ["prefer-lowest", "prefer-stable"]
1818
exclude:
1919
- php: 7.2
2020
laravel: 8
2121
- php: 7.2
2222
laravel: 9
23+
- php: 7.2
24+
laravel: 10
2325
- php: 7.3
2426
laravel: 9
27+
- php: 7.3
28+
laravel: 10
2529
- php: 7.4
2630
laravel: 9
31+
- php: 7.4
32+
laravel: 10
33+
- php: '8.0'
34+
laravel: 10
2735
- php: 8.1
2836
laravel: 6
2937
- php: 8.1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"require": {
2828
"php": "^7.2|~8.0.0|~8.1.0|~8.2.0",
2929
"ext-json": "*",
30-
"laravel/framework": "^6.0|^7.0|^8.74|^9.0"
30+
"laravel/framework": "^6.0|^7.0|^8.74|^9.0|^10.0"
3131
},
3232
"require-dev": {
3333
"roave/security-advisories": "dev-master",
34-
"orchestra/testbench": "^4.0|^5.0|^6.4|^7.0",
34+
"orchestra/testbench": "^4.0|^5.0|^6.4|^7.0|^8.0",
3535
"mockery/mockery": "^1.3.3",
3636
"phpunit/phpunit": "^8.0|^9.5.8"
3737
},

0 commit comments

Comments
 (0)