Skip to content

Commit

Permalink
chore: drop php 7.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 12, 2023
1 parent 6281edc commit c664034
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: '["7.4", "8.0", "8.1", "8.2"]'

backend_directory: .
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"flarum/core": "^1.2.0"
},
"authors": [
Expand Down

0 comments on commit c664034

Please sign in to comment.