Skip to content

Commit 9337c3d

Browse files
Supports Laravel 12 (#83)
* Allow Testbench 10 in composer.json * Add Laravel 12 to testing matrix * Add minimum-stability to composer.json * Remove minimum-stability * Allow Pest 3
1 parent e8ddab6 commit 9337c3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php: [8.2, 8.3, 8.4]
16-
laravel: [10.*, 11.*]
16+
laravel: [10.*, 11.*, 12.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919
exclude:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"statamic/cms": "^5.41"
2929
},
3030
"require-dev": {
31-
"orchestra/testbench": "^8.28 || ^9.6.1",
32-
"pestphp/pest": "^2.2",
31+
"pestphp/pest": "^2.2 || ^3.0",
32+
"orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0",
3333
"spatie/test-time": "^1.2",
3434
"laravel/pint": "^1.18"
3535
},

0 commit comments

Comments
 (0)