Skip to content

Commit a21262a

Browse files
alcaeusJibola
authored andcommitted
Update PHP branch name (mongodb-labs#211)
1 parent f424a55 commit a21262a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -703,14 +703,14 @@ axes:
703703
DRIVER_DIRNAME: "go"
704704
DRIVER_REPOSITORY: "https://github.com/mongodb/mongo-go-driver"
705705
DRIVER_REVISION: "master"
706-
- id: php-master
707-
display_name: "PHP (master)"
706+
- id: php-1x
707+
display_name: "PHP (1.x)"
708708
variables:
709709
DRIVER_DIRNAME: "php"
710710
DRIVER_REPOSITORY: "https://github.com/mongodb/mongo-php-library"
711-
DRIVER_REVISION: "master"
711+
DRIVER_REVISION: "v1.x"
712712
PHPC_REPO: "https://github.com/mongodb/mongo-php-driver"
713-
PHPC_BRANCH: "master"
713+
PHPC_BRANCH: "v1.x"
714714
- id: rust-main
715715
display_name: "Rust (main)"
716716
variables:
@@ -944,7 +944,7 @@ buildvariants:
944944
- ".all"
945945
- matrix_name: "tests-php"
946946
matrix_spec:
947-
driver: ["php-master"]
947+
driver: ["php-1x"]
948948
platform: ubuntu-22.04
949949
runtime: php-82
950950
display_name: "${driver} ${platform} ${runtime}"

0 commit comments

Comments
 (0)