Skip to content

Commit

Permalink
Minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Oct 15, 2024
1 parent dcf2efc commit 42ddf2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [ 8.2, 8.3 ]
laravel: [ "^10.0", "^11.0" ]
laravel: [ "^10.0", "^11.1" ]
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: "^10.0"
testbench: "^8.0"
enum: "^6.0"
- laravel: "^11.0"
- laravel: "^11.1"
testbench: "^9.0"
enum: "^6.0"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^8.1",
"bensampo/laravel-enum": "^5.0 || ^6.0",
"illuminate/support": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.1",
"laravel/nova": "^4.0"
},
"require-dev": {
Expand All @@ -31,7 +31,7 @@
"mockery/mockery": "^1.3.3",
"nunomaduro/collision": "^7.0 || ^8.0",
"orchestra/testbench": "^8.0 || ^9.0",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.1",
"quotevelocity/novaunit": "^4.0",
"symfony/var-dumper": "^6.0 || ^7.0"
},
Expand Down

0 comments on commit 42ddf2a

Please sign in to comment.