Skip to content

Commit

Permalink
Drop support for Inertia 0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBoes committed Apr 25, 2024
1 parent 5d72031 commit 73fd88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
inertia: [^0.6.11, ^1.0]
inertia: [^1.0]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand All @@ -28,8 +28,6 @@ jobs:
exclude:
- laravel: 11.*
php: 8.1
- inertia: ^0.6.11
php: 8.3

name: PHP${{ matrix.php }} - L${{ matrix.laravel }} - Inertia ${{ matrix.inertia }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0|^11.0",
"inertiajs/inertia-laravel": "^0.6.11|^1.0.0",
"inertiajs/inertia-laravel": "^1.0.0",
"spatie/laravel-package-tools": "^1.11.0"
},
"require-dev": {
Expand Down

0 comments on commit 73fd88d

Please sign in to comment.