mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
cff8b01227
These prompt deprecation warnings that break CI. We need to fix those, but that's a problem for a later time.
18 lines
494 B
YAML
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"]'
|