Skip to content

Commit

Permalink
Merge pull request #221 from alexislefebvre/ci-use-doctrine/annotatio…
Browse files Browse the repository at this point in the history
…ns-1-for-symfony-4.4

CI: use doctrine/annotations 1 for Symfony 4.4
  • Loading branch information
alexislefebvre authored Feb 6, 2023
2 parents c40a089 + bef2ab9 commit 45ffb8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- php-version: 7.4
# add a specific job to test Symfony 4.4, otherwise Symfony 5.4 would be installed
symfony-version: "^4.4"
composer-flags: "require --dev --no-progress doctrine/annotations:^1.8.0"
- php-version: 7.4
# add a specific job to test 5.4 for all Symfony packages
symfony-version: "^5.4"
Expand Down

0 comments on commit 45ffb8d

Please sign in to comment.