Skip to content

Merge pull request #111 from doctrine/dependabot/github_actions/doctr… #88

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

Merge pull request #111 from doctrine/dependabot/github_actions/doctr… #88

name: "Continuous Integration"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-versions: '["8.1", "8.2", "8.3"]'
composer-root-version: "1.4"
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"