Skip to content

Merge pull request #497 from doctrine/dependabot/github_actions/doctr… #641

Merge pull request #497 from doctrine/dependabot/github_actions/doctr…

Merge pull request #497 from doctrine/dependabot/github_actions/doctr… #641

name: "Continuous Integration"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@v12.2.0"
with:
php-versions: '["8.1", "8.2", "8.3", "8.4", "8.5"]'
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"