Skip to content

Commit

Permalink
Supports Laravel 12 (#83)
Browse files Browse the repository at this point in the history
* Allow Testbench 10 in composer.json

* Add Laravel 12 to testing matrix

* Add minimum-stability to composer.json

* Remove minimum-stability

* Allow Pest 3
  • Loading branch information
duncanmcclean authored Feb 25, 2025
1 parent e8ddab6 commit 9337c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php: [8.2, 8.3, 8.4]
laravel: [10.*, 11.*]
laravel: [10.*, 11.*, 12.*]
stability: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
exclude:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"statamic/cms": "^5.41"
},
"require-dev": {
"orchestra/testbench": "^8.28 || ^9.6.1",
"pestphp/pest": "^2.2",
"pestphp/pest": "^2.2 || ^3.0",
"orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0",
"spatie/test-time": "^1.2",
"laravel/pint": "^1.18"
},
Expand Down

0 comments on commit 9337c3d

Please sign in to comment.