Skip to content

Merge pull request #144 from doctrine/dependabot/github_actions/doctr… #492

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

Merge pull request #144 from doctrine/dependabot/github_actions/doctr… #492

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