Add migration to change webhook URL max length to 511 characters #37
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: FoF Webhooks PHP | |
on: [workflow_dispatch, push, pull_request] | |
jobs: | |
run: | |
uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@main | |
with: | |
enable_backend_testing: false | |
enable_phpstan: true | |
backend_directory: . |