Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Updated Travis CI configuration to run build on PHP 7.1/7.2/7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jan 15, 2019
1 parent 426a0fb commit 6897213
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: php

cache:
Expand All @@ -17,6 +16,12 @@ matrix:
env: DEPENDENCIES='low' MONGO_VERSION=stable
- php: 7.0
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable
- php: 7.1
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable
- php: 7.2
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable
- php: 7.3
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable

before_install:
- phpenv config-add .travis-config.ini || return 0
Expand Down

0 comments on commit 6897213

Please sign in to comment.