Skip to content

Commit f8e3795

Browse files
committed
chore: drop support for php 7.3
1 parent 91167f2 commit f8e3795

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on: [workflow_dispatch, push, pull_request]
44

55
jobs:
66
run:
7-
uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@main
7+
uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@1.x
88
with:
99
enable_backend_testing: false
1010
enable_phpstan: true
11+
php_versions: '["7.4", "8.0", "8.1", "8.2", "8.3"]'
1112

1213
backend_directory: .

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [workflow_dispatch, push, pull_request]
44

55
jobs:
66
run:
7-
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@main
7+
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@1.x
88
with:
99
enable_bundlewatch: false
1010
enable_prettier: true

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
}
3737
],
3838
"require": {
39+
"php": "^7.4 || ^8.0",
3940
"flarum/core": "^1.7.0"
4041
},
4142
"replace": {

0 commit comments

Comments
 (0)