Skip to content

Commit 30cf38d

Browse files
committed
Tests - update Doctrine DBAL ^3 even with lowest dependencies where possible
1 parent deec109 commit 30cf38d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ jobs:
127127
if: ${{ matrix.dependencies == 'lowest' }}
128128
run: "composer update --prefer-lowest --no-interaction --no-progress"
129129

130+
- name: "Update Doctrine DBAl to ^3"
131+
if: matrix.php-version != '7.2' && matrix.dependencies == 'lowest'
132+
run: "composer require --dev doctrine/dbal:^3.3.8 --no-interaction --no-progress"
133+
130134
- name: "Install highest dependencies"
131135
if: ${{ matrix.dependencies == 'highest' }}
132136
run: "composer update --no-interaction --no-progress"

0 commit comments

Comments
 (0)