Skip to content

Commit

Permalink
Enforce dependency reqs for PHP 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Nov 27, 2021
1 parent fc62047 commit b64b08d
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 b64b08d

Please sign in to comment.