Skip to content

Commit 3d95165

Browse files
derickrjmikola
authored andcommitted
PHPC-860: Add PHP versions 5.6-7.2 to matrix
1 parent c6d6a5c commit 3d95165

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.evergreen/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,22 @@ axes:
529529
display_name: "PHP 7.2"
530530
variables:
531531
PHP_VERSION: "7.2.10"
532+
- id: "7.1"
533+
display_name: "PHP 7.1"
534+
variables:
535+
PHP_VERSION: "7.1.22"
536+
- id: "7.0"
537+
display_name: "PHP 7.0"
538+
variables:
539+
PHP_VERSION: "7.0.32"
540+
- id: "5.6"
541+
display_name: "PHP 5.6"
542+
variables:
543+
PHP_VERSION: "5.6.38"
544+
- id: "5.5"
545+
display_name: "PHP 5.5"
546+
variables:
547+
PHP_VERSION: "5.5.38"
532548

533549
# OSes that support versions of MongoDB>=4.0 with SSL.
534550
- id: os-requires-40

0 commit comments

Comments
 (0)