We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3448bd commit 1a9d56bCopy full SHA for 1a9d56b
.github/workflows/php.yml
@@ -19,15 +19,15 @@ jobs:
19
- laravel: 11.*
20
testbench: 9.*
21
termwind: 2.*
22
- pest: 3.*
+ pest: 2.*
23
- laravel: 10.*
24
testbench: 8.*
25
termwind: 1.*
26
+ pest: 1.*
27
- laravel: 9.*
28
testbench: 7.*
29
30
31
32
name: PHP ${{ matrix.php }} + Laravel ${{ matrix.laravel }}
33
steps:
composer.json
@@ -35,7 +35,7 @@
35
"require-dev": {
36
"illuminate/testing": "^9.0|^10.0|^11.0|^12.0",
37
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
38
- "pestphp/pest": "^3.0|^4.0",
+ "pestphp/pest": "^1.1|^2.0|^3.0|^4.0",
39
"vimeo/psalm": "^6.0"
40
},
41
"autoload": {
0 commit comments