Skip to content

Commit 4afc577

Browse files
committed
Install phpunit 7.5
1 parent 5fc5f19 commit 4afc577

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests-mongodb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
matrix:
1212
php:
1313
- "7.4"
14+
env:
15+
PHPUNIT_VERSION: "7.5"
1416

1517
steps:
1618
- name: Checkout Code
@@ -28,6 +30,7 @@ jobs:
2830
- name: Install dependencies
2931
run: |
3032
composer install --prefer-dist --no-progress
33+
composer require --dev phpunit/phpunit:^$PHPUNIT_VERSION
3134
3235
- name: Install extensions
3336
run: ./install-extensions.sh

0 commit comments

Comments
 (0)