Skip to content

Commit

Permalink
Another fix for PHP 7.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 25, 2020
1 parent 7180597 commit 40519d7
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 @@ -20,7 +20,7 @@ jobs:
coverage: ['pcov']
dependencies: ['']
include:
- { php-version: '7.1', coverage: 'xdebug', dependencies: '--ignore-platform-req=php' }
- { php-version: '7.1', coverage: 'xdebug', dependencies: '' }
- { php-version: '8.0', coverage: 'pcov', dependencies: '--ignore-platform-req=php' }
- { php-version: '8.1', coverage: 'pcov', dependencies: '--ignore-platform-req=php' }

Expand Down

0 comments on commit 40519d7

Please sign in to comment.