Skip to content

Merge pull request #419 from doctrine/dependabot/github_actions/doctr… #444

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

Merge pull request #419 from doctrine/dependabot/github_actions/doctr… #444

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