Skip to content

Commit bb5c2b6

Browse files
authored
Merge pull request #506 from sergiy-petrov/php-8.4.x
Test against php 8.4
2 parents 802c5ca + 7fd6c21 commit bb5c2b6

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
@@ -16,6 +16,6 @@ jobs:
1616
name: "PHPUnit"
1717
uses: "doctrine/.github/.github/workflows/[email protected]"
1818
with:
19-
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
19+
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
2020
secrets:
2121
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)