Skip to content

Commit

Permalink
Add support for PHP 8.2 (lorisleiva#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva authored and jaulz committed Jul 27, 2023
1 parent cbaf4dd commit 96ea7e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: ["8.0", "8.1"]
php: ["8.0", "8.1", "8.2"]
laravel: ["^9.0", "^10.0"]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand All @@ -18,6 +18,8 @@ jobs:
- laravel: "^10.0"
testbench: "^8.0"
exclude:
- php: "8.2"
laravel: "^9.0"
- php: "8.0"
laravel: "^10.0"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
}
],
"require": {
"php": "^8.0|^8.1",
"php": "^8.0",
"illuminate/contracts": "9.0 - 9.34 || ^9.36 || ^10.0",
"lorisleiva/lody": "^0.4.0"
"lorisleiva/lody": "^0.4"
},
"require-dev": {
"orchestra/testbench": "^8.5",
Expand Down

0 comments on commit 96ea7e8

Please sign in to comment.