Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
7e582c38
Unverified
Commit
7e582c38
authored
Aug 22, 2019
by
Andreas Braun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test against MongoDB 4.2 stable
parent
a6b86d5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
.travis.yml
.travis.yml
+6
-9
No files found.
.travis.yml
View file @
7e582c38
...
@@ -16,7 +16,7 @@ env:
...
@@ -16,7 +16,7 @@ env:
global
:
global
:
-
DRIVER_VERSION=1.6.0alpha3
-
DRIVER_VERSION=1.6.0alpha3
-
SERVER_DISTRO=ubuntu1604
-
SERVER_DISTRO=ubuntu1604
-
SERVER_VERSION=4.
0.1
0
-
SERVER_VERSION=4.
2.
0
-
DEPLOYMENT=STANDALONE
-
DEPLOYMENT=STANDALONE
-
COMPOSER_OPTIONS=
-
COMPOSER_OPTIONS=
...
@@ -44,7 +44,7 @@ jobs:
...
@@ -44,7 +44,7 @@ jobs:
env
:
env
:
-
COMPOSER_OPTIONS=--prefer-lowest
-
COMPOSER_OPTIONS=--prefer-lowest
# Test older standalone server versions (3.0-
3.6
)
# Test older standalone server versions (3.0-
4.0
)
-
stage
:
Test
-
stage
:
Test
php
:
"
7.0"
php
:
"
7.0"
dist
:
trusty
dist
:
trusty
...
@@ -66,6 +66,10 @@ jobs:
...
@@ -66,6 +66,10 @@ jobs:
php
:
"
7.0"
php
:
"
7.0"
env
:
env
:
-
SERVER_VERSION=3.6.13
-
SERVER_VERSION=3.6.13
-
stage
:
Test
php
:
"
7.3"
env
:
-
SERVER_VERSION=4.0.12
# Test other server configurations
# Test other server configurations
-
stage
:
Test
-
stage
:
Test
...
@@ -94,13 +98,6 @@ jobs:
...
@@ -94,13 +98,6 @@ jobs:
env
:
env
:
-
DEPLOYMENT=SHARDED_CLUSTER_RS
-
DEPLOYMENT=SHARDED_CLUSTER_RS
# Test upcoming server versions
-
stage
:
Test
php
:
"
7.3"
env
:
-
SERVER_VERSION=4.2.0-rc1
-
DEPLOYMENT=REPLICASET
before_install
:
before_install
:
-
pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
-
pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
-
export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
-
export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment