1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 07:27:39 +02:00

chore: exclude PHP 8.1 tests

These prompt deprecation warnings that break CI. We need to fix those, but that's a problem for a later time.
This commit is contained in:
Alexander Skvortsov
2022-01-25 18:02:27 -05:00
parent 66be0ba578
commit cff8b01227
2 changed files with 5 additions and 2 deletions

View File

@@ -8,8 +8,10 @@ on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: flarum/.github/.github/workflows/REUSABLE_backend.yml@main
uses: flarum/.github/.github/workflows/REUSABLE_backend.yml@as/support-npm-yarn
with:
enable_backend_testing: true
backend_directory: .
php_versions: '["7.4", "8.0"]'

View File

@@ -39,6 +39,7 @@
}
},
"flarum-cli": {
"exludeScaffolding": [".github/workflows/backend.yml"],
"modules": {
"admin": true,
"forum": false,