Test against PHP v8.5; Drop Composer v2.6 and v2.7 tests #108
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: Audit | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: '16 3 * * 1' # Weekly on Monday | |
| pull_request: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref_name }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: read | |
| jobs: | |
| php: | |
| uses: typisttech/.github/.github/workflows/audit-php.yml@v3 | |
| go: | |
| uses: typisttech/.github/.github/workflows/audit-go.yml@v3 |