Skip to content

Commit 792663a

Browse files
committed
Less confusion in CI tests with ORM 3
1 parent 6dbcf1a commit 792663a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
36-
doctrine-version: [ '^2.19', '^3.2' ]
36+
doctrine-version: [ '^2.19', '^3' ]
3737
dependency-version: [ prefer-lowest, prefer-stable ]
3838
steps:
3939
-

0 commit comments

Comments
 (0)