Skip to content

Commit

Permalink
chore: require PHP ^8.0 as the code already expects this
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 16, 2024
1 parent c14b26c commit aade7c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ jobs:
with:
enable_backend_testing: false
enable_phpstan: true
php_versions: '["8.0", "8.1", "8.2", "8.3"]'

backend_directory: .
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"email": "[email protected]"
},
"require": {
"php": "^8.0",
"flarum/core": "^1.3.1",
"league/flysystem-aws-s3-v3": "*",
"vlucas/phpdotenv": "^5.4"
Expand Down

0 comments on commit aade7c6

Please sign in to comment.