Skip to content

Commit

Permalink
php: Use phpunit v8 on PHP 7.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Apr 8, 2021
1 parent 44bb7a4 commit c23bddc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ${{ matrix.os }}

env:
phpunit-version: 7.5.20
phpunit-version: 8.5.15

strategy:
fail-fast: false
Expand All @@ -63,6 +63,8 @@ jobs:
phpunit-version: 5.7.27
- php: '7.0'
phpunit-version: 6.5.14
- php: '7.1'
phpunit-version: 7.5.20

steps:
- name: Checkout code base
Expand Down

0 comments on commit c23bddc

Please sign in to comment.