Skip to content

Commit

Permalink
Allow doctrine/annotations:^2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
prugala committed May 23, 2023
1 parent 3be4098 commit 459e321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['8.0', '8.1']
php: ['8.0', '8.1', '8.2']
dependency-version: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"symfony/validator": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/property-access": "^5.4 || ^6.0",
"doctrine/annotations": "^1.13",
"doctrine/annotations": "^1.13 || ^2.0",
"symfony/cache": "^5.4 || ^6.0"
},
"require-dev": {
Expand Down

0 comments on commit 459e321

Please sign in to comment.