Skip to content

Commit

Permalink
Unit tests are not played against PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Feb 1, 2020
1 parent 64d8158 commit db08aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2
- uses: shivammathur/setup-php@1.7.2
with:
php-version: '7.4'
php-version: ${{ matrix.php }}
extensions: mbstring, redis
ini-values: apc.enable_cli=1
coverage: pcov
Expand Down

0 comments on commit db08aee

Please sign in to comment.