Skip to content

Commit

Permalink
Adding pest to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 21, 2024
1 parent 355b747 commit ba2e12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ jobs:
fail-fast: true
matrix:
php: [ 8.2, 8.3 ]
laravel: [ 10.*, 11.* ]
laravel: [ 11.* ]
include:
- laravel: 11.*
testbench: 9.*-dev
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 11.*
php: 8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"laravel/framework": ">=10.0",
"laravel/pint": "^1.18",
"orchestra/testbench": "^9.5",
"pestphp/pest": "^2.36|^3.4",
"pestphp/pest": "^3.2",
"pestphp/pest-plugin-laravel": "^3.0"
},
"autoload-dev": {
Expand Down

0 comments on commit ba2e12e

Please sign in to comment.