forked from clone/flarum-ext-redis-setup
chore: migrate to fof/redis, repo maintenance (#4)
* chore: migrate to fof/redis, repo maintenance * chore: newline * chore: use new fof horizon initializer * chore: revert initializer change Only changed for 2.x .. * chore: remove unused secrets Shouldn't have been added in the first place --------- Co-authored-by: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com> Co-authored-by: Davide Iadeluca <davide.iadeluca@glowingblue.com>
This commit is contained in:
7
.github/workflows/backend.yml
vendored
7
.github/workflows/backend.yml
vendored
@@ -7,10 +7,7 @@ jobs:
|
||||
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"]'
|
||||
enable_phpstan: true
|
||||
php_versions: '["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
|
||||
|
||||
backend_directory: .
|
||||
|
||||
secrets:
|
||||
composer_auth: '{"bearer":{"extiverse.com": "${{secrets.EXTIVERSE_COMPOSER_TOKEN}}"}}'
|
||||
|
||||
1
.github/workflows/frontend.yml
vendored
1
.github/workflows/frontend.yml
vendored
@@ -17,4 +17,3 @@ jobs:
|
||||
|
||||
secrets:
|
||||
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
||||
composer_auth: '{"bearer":{"extiverse.com": "${{secrets.EXTIVERSE_COMPOSER_TOKEN}}"}}'
|
||||
|
||||
Reference in New Issue
Block a user