We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0385d commit c36e14dCopy full SHA for c36e14d
1 file changed
.github/workflows/tests-mongodb.yml
@@ -17,6 +17,9 @@ jobs:
17
- "7.2"
18
- "7.3"
19
- "7.4"
20
+ include:
21
+ - php: "7.0"
22
+ phpunit: "6"
23
24
env:
25
PHPUNIT_VERSION: "${{ matrix.phpunit }}"
0 commit comments