Skip to content

Commit

Permalink
Merge pull request #22 from bilfeldt/fix/php-version-8
Browse files Browse the repository at this point in the history
Fix/php version 8
  • Loading branch information
bilfeldt authored Dec 16, 2022
2 parents b23963b + 43a7acf commit b0c89b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.0]
php: [8.2, 8.1, 8.0]
laravel: [9.*, 8.*]
stability: [prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.4.3",
"illuminate/contracts": "^8.51 || ^9.0"
},
Expand Down

0 comments on commit b0c89b6

Please sign in to comment.