Skip to content

Test against PHP v8.5; Drop Composer v2.6 and v2.7 tests (#26) #52

Test against PHP v8.5; Drop Composer v2.6 and v2.7 tests (#26)

Test against PHP v8.5; Drop Composer v2.6 and v2.7 tests (#26) #52

Workflow file for this run

name: Format
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
php:
uses: typisttech/.github/.github/workflows/format-php.yml@v3
secrets: inherit