Skip to content

Commit

Permalink
Merge pull request #315 from KDederichs/2.x
Browse files Browse the repository at this point in the history
Allow Symfony 6
  • Loading branch information
peter-gribanov authored Jan 19, 2022
2 parents b38ace0 + d720d99 commit 668dd79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 7.2
php-version: 7.4
coverage: none
tools: cs2pr, php-cs-fixer

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- php-version: '7.2'
dependencies: highest
variant: 'doctrine/orm:~2.7'
- php-version: '8.0'
dependencies: highest
variant: 'doctrine/orm:~2.7 symfony/property-access:^6.0'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=7.2",
"doctrine/orm": "~2.5",
"symfony/property-access": "^4.0 || ^5.2",
"symfony/property-access": "^4.0 || ^5.2 || ^6.0",
"symfony/polyfill-php80": "^1.20"
},
"require-dev": {
Expand Down

0 comments on commit 668dd79

Please sign in to comment.