We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc5f19 commit 4afc577Copy full SHA for 4afc577
1 file changed
.github/workflows/tests-mongodb.yml
@@ -11,6 +11,8 @@ jobs:
11
matrix:
12
php:
13
- "7.4"
14
+ env:
15
+ PHPUNIT_VERSION: "7.5"
16
17
steps:
18
- name: Checkout Code
@@ -28,6 +30,7 @@ jobs:
28
30
- name: Install dependencies
29
31
run: |
32
composer install --prefer-dist --no-progress
33
+ composer require --dev phpunit/phpunit:^$PHPUNIT_VERSION
34
35
- name: Install extensions
36
run: ./install-extensions.sh
0 commit comments