Skip to content

Commit

Permalink
Update coverage workflow to use L7 and no-ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
fletch3555 committed Sep 23, 2020
1 parent 79f50ef commit 5753a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -33,7 +33,7 @@ jobs:

# Install PHP dependencies
- name: Install Composer dependencies
run: composer require "illuminate/support:6.*"
run: composer require "illuminate/support:7.*" --no-ansi

# Install NPM dependencies
- name: Install Dependencies
Expand Down

0 comments on commit 5753a2c

Please sign in to comment.