Skip to content

feat: PHP 8.4 support #38

feat: PHP 8.4 support

feat: PHP 8.4 support #38

Workflow file for this run

name: (📡) Verify
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches-ignore:
- 'main'
workflow_dispatch:
jobs:
verify:
uses: sitepark/github-project-workflow/.github/workflows/composer-verify.yml@release/1.x
with:
phpVersions: '["8.2","8.3","8.4"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}