Skip to content

Commit 1a9d56b

Browse files
committed
Revert "chore: drop pest versions ^1.0|^2.0"
This reverts commit f3448bd.
1 parent f3448bd commit 1a9d56b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- laravel: 11.*
2020
testbench: 9.*
2121
termwind: 2.*
22-
pest: 3.*
22+
pest: 2.*
2323
- laravel: 10.*
2424
testbench: 8.*
2525
termwind: 1.*
26-
pest: 3.*
26+
pest: 1.*
2727
- laravel: 9.*
2828
testbench: 7.*
2929
termwind: 1.*
30-
pest: 3.*
30+
pest: 1.*
3131

3232
name: PHP ${{ matrix.php }} + Laravel ${{ matrix.laravel }}
3333
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require-dev": {
3636
"illuminate/testing": "^9.0|^10.0|^11.0|^12.0",
3737
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
38-
"pestphp/pest": "^3.0|^4.0",
38+
"pestphp/pest": "^1.1|^2.0|^3.0|^4.0",
3939
"vimeo/psalm": "^6.0"
4040
},
4141
"autoload": {

0 commit comments

Comments
 (0)