We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac72a3f commit 6fe3ebeCopy full SHA for 6fe3ebe
1 file changed
.github/workflows/tests-mongodb.yml
@@ -10,6 +10,9 @@ jobs:
10
strategy:
11
matrix:
12
php:
13
+ - "7.1"
14
+ - "7.2"
15
+ - "7.3"
16
- "7.4"
17
env:
18
PHPUNIT_VERSION: "7.5"
0 commit comments