Skip to content

Commit

Permalink
Add Nova 5.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 committed Dec 31, 2024
1 parent 6fa088b commit 0345c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*, 11.*]
nova: [4.33.2]
stability: [prefer-lowest, prefer-stable]
exclude:
- laravel: 11.*
Expand All @@ -23,13 +24,11 @@ jobs:
- laravel: 11.*
testbench: 9.*
carbon: ^2.72.2|^3.0
nova: 4.33.2
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
nova: 4.33.2

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
name: P${{ matrix.php }} - L${{ matrix.laravel }} - N${{ matrix.nova }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.1",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"laravel/nova": "^4.22",
"laravel/nova": "^4.22|^5.0",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
Expand Down

0 comments on commit 0345c9b

Please sign in to comment.