Skip to content

Commit b31d41e

Browse files
committed
chore: update pest version constraints in composer.json and php.yml
1 parent 521b01c commit b31d41e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- laravel: 12.*
1616
testbench: 10.*
1717
termwind: 2.*
18-
pest: 2.*
18+
pest: 3.*
1919
- laravel: 11.*
2020
testbench: 9.*
2121
termwind: 2.*

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"require-dev": {
3636
"illuminate/testing": "^9.0|^10.0|^11.44.1|^12.1.1",
3737
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
38-
"pestphp/pest": "^1.1|^2.0",
39-
"pestphp/pest-plugin-mock": "^1.0|^2.0",
38+
"pestphp/pest": "^1.1|^2.0|^3.0",
39+
"pestphp/pest-plugin-mock": "^1.0|^2.0|^3.0",
4040
"roave/security-advisories": "dev-latest",
4141
"vimeo/psalm": "^6.0"
4242
},

0 commit comments

Comments
 (0)