We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e421c6e commit d56df33Copy full SHA for d56df33
.github/workflows/continuous-integration.yml
@@ -14,7 +14,7 @@ jobs:
14
name: "PHPUnit"
15
uses: "doctrine/.github/.github/workflows/[email protected]"
16
with:
17
- php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
+ php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
18
secrets:
19
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
20
0 commit comments