Skip to content

Commit

Permalink
Update test dependencies versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
damms005 committed Oct 10, 2024
1 parent f950864 commit 2c2fd3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
laravel: [11.*, 10.*]
include:
- laravel: 11.*
testbench: ^8.0
testbench: ^9.0
pest: ^2.0
pest-plugin-laravel: ^2.0
pest-plugin-mock: ^2.0
pest-plugin-laravel: ^3.0
pest-plugin-mock: ^3.0
- laravel: 10.*
testbench: ^8.0
pest: ^2.0
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
"require-dev": {
"doctrine/dbal": "^3.6",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest-plugin-watch": "^2.1",
"vimeo/psalm": "^5.0"
"orchestra/testbench": "^9.0",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
"pestphp/pest-plugin-watch": "^3.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- vendor/larastan/larastan/extension.neon

parameters:

Expand Down

0 comments on commit 2c2fd3a

Please sign in to comment.