Skip to content

Commit

Permalink
Temp fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Feb 15, 2023
1 parent 7ec94f0 commit 0f53d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.0, 8.1, 8.2 ]
php: [ 8.1, 8.2 ]
laravel: [ "^9.0", "^10.0" ]
enum: [ "^5.0", "^6.0" ]
stability: [ prefer-lowest, prefer-stable ]
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
{
"type": "composer",
"url": "https://nova.laravel.com"
},
{
"type": "vcs",
"url": "https://github.com/laravel-shift/NovaUnit.git"
}
],
"require": {
Expand All @@ -32,7 +36,7 @@
"laravel/nova": "^4.0"
},
"require-dev": {
"joshgaber/novaunit": "^3.0",
"joshgaber/novaunit": "dev-l10-compatibility",
"laravel/pint": "^1.2",
"mockery/mockery": "^1.3.3",
"nunomaduro/collision": "^6.1|^7.0",
Expand Down

0 comments on commit 0f53d2d

Please sign in to comment.