We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b9035f + c36e14d commit 897cbeeCopy full SHA for 897cbee
1 file changed
.github/workflows/tests-mongodb.yml
@@ -10,13 +10,19 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
+ phpunit:
14
+ - "7.5"
15
php:
16
- "7.1"
17
- "7.2"
18
- "7.3"
19
- "7.4"
20
+ include:
21
+ - php: "7.0"
22
+ phpunit: "6"
23
+
24
env:
- PHPUNIT_VERSION: "7.5"
25
+ PHPUNIT_VERSION: "${{ matrix.phpunit }}"
26
PHP_VERSION: "${{ matrix.php }}"
27
28
services:
0 commit comments