We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deec109 commit 30cf38dCopy full SHA for 30cf38d
.github/workflows/build.yml
@@ -127,6 +127,10 @@ jobs:
127
if: ${{ matrix.dependencies == 'lowest' }}
128
run: "composer update --prefer-lowest --no-interaction --no-progress"
129
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
+
134
- name: "Install highest dependencies"
135
if: ${{ matrix.dependencies == 'highest' }}
136
run: "composer update --no-interaction --no-progress"
0 commit comments