Fix deprecations panel empty check, escape variables panel error, reset $data in serialize loop #708
Workflow file for this run
This file contains hidden or 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: CI | |
| on: | |
| push: | |
| branches: | |
| - 4.x | |
| - 5.x | |
| pull_request: | |
| branches: | |
| - '*' | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| testsuite: | |
| uses: cakephp/.github/.github/workflows/testsuite-with-db.yml@5.x | |
| secrets: inherit | |
| cs-stan: | |
| uses: cakephp/.github/.github/workflows/cs-stan.yml@5.x | |
| secrets: inherit |