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 4dfba04 commit 96a5487Copy full SHA for 96a5487
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
php: [8.3, 8.4]
16
- laravel: [11.*, 12.*]
+ laravel: [12.*]
17
stability: [prefer-lowest, prefer-stable]
18
os: [ubuntu-latest]
19
include:
composer.json
@@ -9,8 +9,8 @@
9
"require-dev": {
10
"statamic/cms": "^v6.0.0-alpha.3",
11
"mockery/mockery": "^1.4.4",
12
- "orchestra/testbench": "^9.6.1 || ^10.0",
- "phpunit/phpunit": "^10.5.35 || ^11.0"
+ "orchestra/testbench": "^10.0",
+ "phpunit/phpunit": "^11.0"
},
"autoload": {
"psr-4": {
0 commit comments