Skip to content

Commit

Permalink
force PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed Jun 7, 2020
1 parent 50c1bb2 commit 8cf8eaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
restore-keys: ${{ runner.os }}-composer-${{ matrix.php }}

- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --no-suggest --ignore-platform-reqs
run: |
composer config platform.php ${{ matrix.php }}
composer install --no-interaction --prefer-dist --no-suggest
- name: Run Unit Tests
run: php vendor/bin/phpunit
Expand Down

0 comments on commit 8cf8eaa

Please sign in to comment.