mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 06:57:45 +01:00
14 lines
306 B
YAML
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: .
|