Skip to content

Commit 0345c9b

Browse files
committed
Add Nova 5.x support
1 parent 6fa088b commit 0345c9b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
os: [ubuntu-latest]
1616
php: [8.3, 8.2, 8.1]
1717
laravel: [10.*, 11.*]
18+
nova: [4.33.2]
1819
stability: [prefer-lowest, prefer-stable]
1920
exclude:
2021
- laravel: 11.*
@@ -23,13 +24,11 @@ jobs:
2324
- laravel: 11.*
2425
testbench: 9.*
2526
carbon: ^2.72.2|^3.0
26-
nova: 4.33.2
2727
- laravel: 10.*
2828
testbench: 8.*
2929
carbon: ^2.63
30-
nova: 4.33.2
3130

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

3433
steps:
3534
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^8.1",
2020
"guzzlehttp/guzzle": "^7.8",
2121
"illuminate/contracts": "^9.0|^10.0|^11.0",
22-
"laravel/nova": "^4.22",
22+
"laravel/nova": "^4.22|^5.0",
2323
"spatie/laravel-package-tools": "^1.9.2"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)