2022-01-24 13:37:14 +08:00
|
|
|
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:
|
2022-01-26 07:02:27 +08:00
|
|
|
uses: flarum/.github/.github/workflows/REUSABLE_backend.yml@as/support-npm-yarn
|
2022-01-24 13:37:14 +08:00
|
|
|
with:
|
|
|
|
enable_backend_testing: true
|
|
|
|
|
2022-01-26 07:02:27 +08:00
|
|
|
backend_directory: .
|
|
|
|
|
|
|
|
php_versions: '["7.4", "8.0"]'
|