Skip to content

Commit

Permalink
Merge branch 'main' into pr/2021-11/Reservoir_sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Nov 27, 2021
2 parents fb624ef + d846caf commit d261321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -21,8 +21,8 @@ jobs:
dependencies: ['']
include:
- { 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' }
- { php-version: '8.0', coverage: 'pcov', dependencies: '' }
- { php-version: '8.1', coverage: 'pcov', dependencies: '' }

steps:
- name: Checkout code
Expand Down

0 comments on commit d261321

Please sign in to comment.