Skip to content

Commit e386551

Browse files
committed
Add php 5.x to test matrix
1 parent 2694c50 commit e386551

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tests-mongodb.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
- "7.3"
1919
- "7.4"
2020
include:
21+
- php: "5.3"
22+
phpunit: "4"
23+
- php: "5.4"
24+
phpunit: "4"
25+
- php: "5.5"
26+
phpunit: "4"
27+
- php: "5.6"
28+
phpunit: "4"
2129
- php: "7.0"
2230
phpunit: "6"
2331

0 commit comments

Comments
 (0)