Skip to content

Commit

Permalink
Install doctrine/dbal in version 2.10.4 because of PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
froemken committed May 19, 2021
1 parent 4e9097e commit 06ef7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
composer require typo3/cms-core:${{ matrix.typo3 }} --no-progress
# SF: Remove next line, if version 2.13.2 was released
# Issue: https://github.com/Nimut/testing-framework/issues/136
composer require doctrine/dbal:2.11.3 --no-progress
composer require doctrine/dbal:2.10.4 --no-progress
git checkout composer.json
- name: php-cs-fixer
Expand Down

0 comments on commit 06ef7cf

Please sign in to comment.