Skip to content

Commit

Permalink
Tests - update Doctrine DBAL ^3 even with lowest dependencies where p…
Browse files Browse the repository at this point in the history
…ossible
  • Loading branch information
ondrejmirtes committed Feb 8, 2024
1 parent deec109 commit 30cf38d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ jobs:
if: ${{ matrix.dependencies == 'lowest' }}
run: "composer update --prefer-lowest --no-interaction --no-progress"

- name: "Update Doctrine DBAl to ^3"
if: matrix.php-version != '7.2' && matrix.dependencies == 'lowest'
run: "composer require --dev doctrine/dbal:^3.3.8 --no-interaction --no-progress"

- name: "Install highest dependencies"
if: ${{ matrix.dependencies == 'highest' }}
run: "composer update --no-interaction --no-progress"
Expand Down

0 comments on commit 30cf38d

Please sign in to comment.