We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e40b194 + 7d37fd0 commit e57c85aCopy full SHA for e57c85a
2 files changed
.github/workflows/run-tests.yml
@@ -9,9 +9,11 @@ jobs:
9
fail-fast: true
10
matrix:
11
php: [ 8.4, 8.3 ]
12
- laravel: [ 12.* ]
+ laravel: [ 13.*, 12.* ]
13
dependency-version: [ prefer-stable ]
14
include:
15
+ - laravel: 13.*
16
+ testbench: 11.*
17
- laravel: 12.*
18
testbench: 10.*
19
composer.json
@@ -11,13 +11,13 @@
"markdown"
],
"require": {
- "php": "^8.1",
+ "php": "^8.3",
"laravel/nova": "^4.20 || ^5.0"
},
"require-dev": {
"interaction-design-foundation/coding-standard": "^0.5.0 || ^0.6.0",
- "orchestra/testbench-core": "^8.32 || ^9.9 || ^10.0",
20
- "phpunit/phpunit": "^11.0 || ^12.0"
+ "orchestra/testbench-core": "^8.32 || ^9.9 || ^10.0 || ^11.0",
+ "phpunit/phpunit": "^11.0 || ^12.0 || ^13.0"
21
22
"repositories": [
23
{
0 commit comments