Skip to content

Commit

Permalink
Pass --ignore-platform-req=php
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jul 21, 2021
1 parent acf16ed commit b099e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
tools: composer:v2
- name: "Install dependencies"
run: "composer update --no-progress --prefer-dist"
run: "composer update --no-progress --prefer-dist --ignore-platform-req=php"
- name: "PHPUnit"
run: "php vendor/bin/phpunit"
test_old_73_80:
Expand Down

0 comments on commit b099e8f

Please sign in to comment.