File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9292 if : " ${{matrix.php-version != '7.2' && matrix.php-version != '7.3'}}"
9393
9494 - name : Install doctrine/dbal (optional dependency)
95- run : composer require doctrine/dbal --ignore-platform-req=php+
95+ run : composer require doctrine/dbal:^3 --ignore-platform-req=php+
9696 if : " ${{matrix.php-version != '7.2'}}"
9797
9898 - name : Enable phpstan@dev
@@ -147,7 +147,7 @@ jobs:
147147 if : " ${{matrix.php-version != '7.2' && matrix.php-version != '7.3'}}"
148148
149149 - name : Install doctrine/dbal (optional dependency)
150- run : composer require doctrine/dbal --ignore-platform-req=php+
150+ run : composer require doctrine/dbal:^3 --ignore-platform-req=php+
151151 if : " ${{matrix.php-version != '7.2'}}"
152152
153153 - run : composer phpstan
Original file line number Diff line number Diff line change 5858 if : " ${{matrix.php-version != '7.2' && matrix.php-version != '7.3'}}"
5959
6060 - name : Install doctrine/dbal (optional dependency)
61- run : composer require doctrine/dbal --ignore-platform-req=php+
61+ run : composer require doctrine/dbal:^3 --ignore-platform-req=php+
6262 if : " ${{matrix.php-version != '7.2'}}"
6363
6464 - name : Setup Problem Matchers for PHPUnit
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 if : " ${{matrix.php-version != '7.2' && matrix.php-version != '7.3'}}"
129129
130130 - name : Install doctrine/dbal (optional dependency)
131- run : composer require doctrine/dbal --ignore-platform-req=php+
131+ run : composer require doctrine/dbal:^3 --ignore-platform-req=php+
132132 if : " ${{matrix.php-version != '7.2'}}"
133133
134134 - name : Setup Problem Matchers for PHPUnit
@@ -184,7 +184,7 @@ jobs:
184184 if : " ${{matrix.php-version != '7.2' && matrix.php-version != '7.3'}}"
185185
186186 - name : Install doctrine/dbal (optional dependency)
187- run : composer require doctrine/dbal --ignore-platform-req=php+
187+ run : composer require doctrine/dbal:^3 --ignore-platform-req=php+
188188 if : " ${{matrix.php-version != '7.2'}}"
189189
190190 - name : Setup Problem Matchers for PHPUnit
You can’t perform that action at this time.
0 commit comments