Skip to content

Commit 943eedf

Browse files
committed
PHPC-1694: Add PHP 8 nightly to Travis CI
1 parent 9fc51c8 commit 943eedf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ jobs:
101101
env:
102102
- CONFIGURE_OPTS="--with-mongodb-client-side-encryption=no"
103103

104+
# Test with upcoming PHP version
105+
- stage: Test
106+
php: nightly
107+
104108
before_install:
105109
- pip install --user "mongo-orchestration>=0.6.7,<1.0"
106110
- .travis.scripts/before_install.sh

0 commit comments

Comments
 (0)