Skip to content

Commit aed48fb

Browse files
alcaeusjmikola
authored andcommitted
PHPLIB-660 Add 5.0 to the test matrix
1 parent bb41ba3 commit aed48fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@ axes:
420420
display_name: "latest"
421421
variables:
422422
VERSION: "latest"
423+
- id: "5.0"
424+
display_name: "5.0"
425+
variables:
426+
VERSION: "5.0"
423427
- id: "4.4"
424428
display_name: "4.4"
425429
variables:
@@ -626,7 +630,7 @@ buildvariants:
626630
- name: "test-atlas-data-lake"
627631

628632
- matrix_name: "test-versioned-api"
629-
matrix_spec: { "php-edge-versions": "latest-stable", "versions": "latest", "driver-versions": "latest" }
633+
matrix_spec: { "php-edge-versions": "latest-stable", "versions": ["5.0", "latest"], "driver-versions": "latest" }
630634
display_name: "Versioned API - ${versions}"
631635
run_on: rhel70
632636
tasks:

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
topology:
3131
- "server"
3232
include:
33+
- os: "ubuntu-20.04"
34+
php-version: "8.0"
35+
mongodb-version: "5.0"
36+
driver-version: "mongodb/mongo-php-driver@master"
37+
topology: "server"
3338
- os: "ubuntu-20.04"
3439
php-version: "8.0"
3540
mongodb-version: "4.4"

0 commit comments

Comments
 (0)