framework/extensions/package-manager/.github/workflows/backend.yml
Alexander Skvortsov cff8b01227 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.
2022-01-25 18:02:27 -05:00

18 lines
494 B
YAML

name: Package Manager PHP
on: [workflow_dispatch, push, pull_request]
# The reusable workflow definitions will be moved to the `flarum/framework` repo soon.
# This will break your current script.
# When this happens, run `flarum-cli audit infra --fix` to update your infrastructure.
jobs:
run:
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"]'