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.
2 parents f858271 + 5eece5b commit 4975d43Copy full SHA for 4975d43
.github/workflows/continuous-integration.yml
@@ -14,6 +14,6 @@ jobs:
14
name: "PHPUnit"
15
uses: "doctrine/.github/.github/workflows/[email protected]"
16
with:
17
- php-versions: '["8.1", "8.2", "8.3"]'
+ php-versions: '["8.1", "8.2", "8.3", "8.4"]'
18
secrets:
19
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
0 commit comments