mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +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:
@@ -8,8 +8,10 @@ on: [workflow_dispatch, push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
uses: flarum/.github/.github/workflows/REUSABLE_backend.yml@main
|
uses: flarum/.github/.github/workflows/REUSABLE_backend.yml@as/support-npm-yarn
|
||||||
with:
|
with:
|
||||||
enable_backend_testing: true
|
enable_backend_testing: true
|
||||||
|
|
||||||
backend_directory: .
|
backend_directory: .
|
||||||
|
|
||||||
|
php_versions: '["7.4", "8.0"]'
|
||||||
|
@@ -39,6 +39,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flarum-cli": {
|
"flarum-cli": {
|
||||||
|
"exludeScaffolding": [".github/workflows/backend.yml"],
|
||||||
"modules": {
|
"modules": {
|
||||||
"admin": true,
|
"admin": true,
|
||||||
"forum": false,
|
"forum": false,
|
||||||
|
Reference in New Issue
Block a user