Skip to content

Commit 897cbee

Browse files
authored
Merge pull request #88 from glensc/test-supported-versions-7.x
CI: Add php 7.0 to test matrix
2 parents 8b9035f + c36e14d commit 897cbee

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/tests-mongodb.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13+
phpunit:
14+
- "7.5"
1315
php:
1416
- "7.1"
1517
- "7.2"
1618
- "7.3"
1719
- "7.4"
20+
include:
21+
- php: "7.0"
22+
phpunit: "6"
23+
1824
env:
19-
PHPUNIT_VERSION: "7.5"
25+
PHPUNIT_VERSION: "${{ matrix.phpunit }}"
2026
PHP_VERSION: "${{ matrix.php }}"
2127

2228
services:

0 commit comments

Comments
 (0)