Skip to content

Commit

Permalink
Adding Laravel 11 support to dependencies and test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Mar 11, 2024
1 parent 1d0a482 commit 8c3554e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
laravel: [9.*, 10.*]
php: [8.1, 8.2, 8.3]
laravel: [9, 10, 11]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/contracts": "^9.0|^10.0"
"illuminate/contracts": "^9.0|^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0|^7.0",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^7|^8",
"orchestra/testbench": "^7|^8|^9.0",
"pestphp/pest": "^1.22|^2.0",
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit 8c3554e

Please sign in to comment.