We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d6a5c commit 3d95165Copy full SHA for 3d95165
.evergreen/config.yml
@@ -529,6 +529,22 @@ axes:
529
display_name: "PHP 7.2"
530
variables:
531
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
539
+ PHP_VERSION: "7.0.32"
540
+ - id: "5.6"
541
+ display_name: "PHP 5.6"
542
543
+ PHP_VERSION: "5.6.38"
544
+ - id: "5.5"
545
+ display_name: "PHP 5.5"
546
547
+ PHP_VERSION: "5.5.38"
548
549
# OSes that support versions of MongoDB>=4.0 with SSL.
550
- id: os-requires-40
0 commit comments