Add platform config to vendor-bin/tools for PHP 8.5 compatibility #620
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: Continuous Integration | |
| on: | |
| push: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| ci: | |
| uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1 | |
| with: | |
| old_stable: '["8.2", "8.3", "8.4"]' | |
| current_stable: 8.5 |