Skip to content

Commit

Permalink
custom dbal version
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Oct 9, 2021
1 parent b3ca67d commit 17f909d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:

strategy:
matrix:
dbal-version:
- "^2.11"
- "^3.0"
php-version:
- "7.2"
- "7.3"
Expand Down Expand Up @@ -60,6 +63,9 @@ jobs:
run: "composer self-update --1"
if: "${{ matrix.deps == 'lowest' }}"

- name: "Require the right DBAL version"
run: "composer require doctrine/dbal:${{ matrix.dbal-version }}"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
with:
Expand Down

0 comments on commit 17f909d

Please sign in to comment.