Skip to content

Commit

Permalink
Require PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Jul 5, 2024
1 parent 535ff88 commit e78a780
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.yaml
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.1, 8.2, 8.3]
php: [8.2, 8.3]
laravel: [10.*, 11.*]
stability: [prefer-lowest, 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 @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"laravel/framework": "^10.0 || ^11.0",
"statamic/cms": "^5.0",
"stechstudio/laravel-zipstream": "^5.0"
Expand Down

0 comments on commit e78a780

Please sign in to comment.