Skip to content

Commit 3eaff23

Browse files
chore: fix read of phpunit-version
1 parent da49474 commit 3eaff23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
symfony/twig-bundle=${{ matrix.symfony-version }}
8181
symfony/validator=${{ matrix.symfony-version }}
8282
symfony/yaml=${{ matrix.symfony-version }}
83-
phpunit/phpunit=${{ phpunit-version }}
83+
phpunit/phpunit=${{ matrix.phpunit-version }}
8484
8585
# This is needed to fix builds where the `annotation_reader` service may not be set up if
8686
# the Annotations package is not in the production dependencies

0 commit comments

Comments
 (0)