Skip to content

Commit c36e14d

Browse files
committed
Add php 7.0 to test matrix
1 parent dd0385d commit c36e14d

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
@@ -17,6 +17,9 @@ jobs:
1717
- "7.2"
1818
- "7.3"
1919
- "7.4"
20+
include:
21+
- php: "7.0"
22+
phpunit: "6"
2023

2124
env:
2225
PHPUNIT_VERSION: "${{ matrix.phpunit }}"

0 commit comments

Comments
 (0)