Skip to content

Commit

Permalink
chore: fix read of phpunit-version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre authored Jul 18, 2024
1 parent da49474 commit 3eaff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
symfony/twig-bundle=${{ matrix.symfony-version }}
symfony/validator=${{ matrix.symfony-version }}
symfony/yaml=${{ matrix.symfony-version }}
phpunit/phpunit=${{ phpunit-version }}
phpunit/phpunit=${{ matrix.phpunit-version }}
# This is needed to fix builds where the `annotation_reader` service may not be set up if
# the Annotations package is not in the production dependencies
Expand Down

0 comments on commit 3eaff23

Please sign in to comment.