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 16, 2020
1 parent a0e6cf8 commit 1468121
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 @@ -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 1468121

Please sign in to comment.