Skip to content

Commit

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

* Add Laravel 12 to testing matrix
  • Loading branch information
duncanmcclean authored Feb 25, 2025
1 parent 71c5ff2 commit ff1b2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"statamic/cms": "^5.41"
},
"require-dev": {
"orchestra/testbench": "^8.28 || ^9.6.1"
"orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0"
},
"scripts": {
"lint": [
Expand Down

0 comments on commit ff1b2fb

Please sign in to comment.