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.
2 parents 510c4dc + 9873d64 commit 5f1f6e2Copy full SHA for 5f1f6e2
.github/workflows/phpunit.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [ "8.2", "8.3" ]
+ php: [ "8.2", "8.3", "8.4" ]
13
laravel: [ "10.0", "11.0" ]
14
15
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
composer.json
@@ -41,8 +41,8 @@
41
"require-dev": {
42
"guzzlehttp/guzzle": "^7.8",
43
"orchestra/testbench": "^8.0 || ^9.0",
44
- "pestphp/pest": "^2.34",
45
- "pestphp/pest-plugin-laravel": "^2.4",
+ "pestphp/pest": "^2.34 || ^3.0",
+ "pestphp/pest-plugin-laravel": "^2.4 || ^3.0",
46
"spatie/laravel-data": "^4.8"
47
},
48
"minimum-stability": "stable",
@@ -81,4 +81,4 @@
81
"@php vendor/bin/pest --compact"
82
]
83
}
84
-}
+}
0 commit comments