Skip to content

Commit

Permalink
Try to get tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
grantholle committed Mar 20, 2024
1 parent e4dd2d7 commit 4bbc51b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- laravel: 9.*
testbench: 7.*
carbon: ^2.63
- laravel: 10.*
- laravel: ^10.15
testbench: 8.*
carbon: ^2.63
- laravel: 11.*
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^8.0",
"orchestra/pest-plugin-testbench": "^2.0",
"nunomaduro/collision": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest": "^1.0|^2.0",
"pestphp/pest-plugin-laravel": "^1.0|^2.0",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
Expand Down

0 comments on commit 4bbc51b

Please sign in to comment.