Skip to content

Commit

Permalink
switch
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jul 9, 2020
1 parent 586c2e3 commit b73bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:

- name: Install dependencies
run: |
composer require "doctrine/dbal=${{ matrix.dbal }}" --prefer-dist --no-interaction --no-progress
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
composer require "doctrine/dbal=${{ matrix.dbal }}" --prefer-dist --no-interaction --no-progress
- name: Execute tests
run: vendor/bin/phpunit --verbose
Expand Down

0 comments on commit b73bea7

Please sign in to comment.