Files
flarum-ext-redis-setup/.github/workflows/backend.yml
IanM d59ebfa684 fix: extend not called (#5)
* fix: extend not called

* chore: phpstan
2025-11-18 22:01:50 +00:00

14 lines
306 B
YAML

name: GB Redis Setup PHP
on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@1.x
with:
enable_backend_testing: false
enable_phpstan: true
php_versions: '["8.1", "8.2", "8.3", "8.4"]'
backend_directory: .