This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Suppress debug_backtrace compatibility warning #21
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: PHP Compatibility | |
| on: | |
| push: | |
| jobs: | |
| phpcompatibility: | |
| runs-on: ubuntu-latest | |
| name: PHP Compatibility | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: PHPCompatibility | |
| uses: pantheon-systems/phpcompatibility-action@v1 | |
| with: | |
| test-versions: 7.4- |