Skip to content

Commit

Permalink
require ignore platform reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jul 9, 2020
1 parent b73bea7 commit c7e8486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: |
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
composer require "doctrine/dbal=${{ matrix.dbal }}" --prefer-dist --no-interaction --no-progress
composer require "doctrine/dbal=${{ matrix.dbal }}" --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
- name: Execute tests
run: vendor/bin/phpunit --verbose
Expand Down

0 comments on commit c7e8486

Please sign in to comment.