Skip to content

Commit 4975d43

Browse files
Merge pull request #428 from W0rma/phpunit-php84
Add phpunit ci job for PHP 8.4
2 parents f858271 + 5eece5b commit 4975d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
name: "PHPUnit"
1515
uses: "doctrine/.github/.github/workflows/[email protected]"
1616
with:
17-
php-versions: '["8.1", "8.2", "8.3"]'
17+
php-versions: '["8.1", "8.2", "8.3", "8.4"]'
1818
secrets:
1919
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)