mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 15:07:53 +01:00
17 lines
421 B
YAML
17 lines
421 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: false
|
|
php_versions: '["7.4", "8.0", "8.1", "8.2", "8.3"]'
|
|
|
|
backend_directory: .
|
|
|
|
secrets:
|
|
composer_auth: '{"bearer":{"extiverse.com": "${{secrets.EXTIVERSE_COMPOSER_TOKEN}}"}}'
|