Skip to content

Commit b775de6

Browse files
authored
removed php81
1 parent e237ad0 commit b775de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
name: "PHPUnit"
2626
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@6.0.0"
2727
with:
28-
php-versions: '["8.1", "8.2", "8.3", "8.4", "8.5"]'
28+
php-versions: '["8.2", "8.3", "8.4", "8.5"]'
2929
secrets:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)