Skip to content

Commit

Permalink
Travis config
Browse files Browse the repository at this point in the history
added latest version of ArangoDB 5
php7.2 is the minimum requirement
  • Loading branch information
bas committed Oct 12, 2019
2 parents 791b446 + d261857 commit 0b881f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ services:
- docker

php:
- 7.1
- 7.2
- 7.3

# Note: The ArangoDB version includes the colon (:), that way we can test pre-releases (i.e. '-preview:3.4.0-rc.4a').
env:
- ARANGODB_VERSION=":3.5.0"
- ARANGODB_VERSION=":latest"

addons:
hosts:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"phpro/grumphp": "dev-master",
"phpstan/phpstan": "^0.12.0@dev",
"phpunit/phpunit": "8.*",
"sebastian/phpcpd": "^5.0@dev",
"sebastian/phpcpd": "^4.1",
"triagens/arangodb": "3.5.*"
},
"autoload": {
Expand Down

0 comments on commit 0b881f6

Please sign in to comment.