Skip to content

Commit

Permalink
Add compatible doctrine/cache version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
froemken committed Nov 17, 2021
1 parent 75f7902 commit 0cc0cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
composer require typo3/cms-extensionmanager:${{ 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.10.4 --no-progress
composer require doctrine/dbal:2.10.4 doctrine/cache:^1.0 --no-progress
git checkout composer.json
- name: php-cs-fixer
Expand Down

0 comments on commit 0cc0cc4

Please sign in to comment.