Skip to content

Commit 0b881f6

Browse files
author
bas
committed
Travis config
added latest version of ArangoDB 5 php7.2 is the minimum requirement
2 parents 791b446 + d261857 commit 0b881f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ services:
66
- docker
77

88
php:
9-
- 7.1
109
- 7.2
1110
- 7.3
1211

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

1717
addons:
1818
hosts:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"phpro/grumphp": "dev-master",
3232
"phpstan/phpstan": "^0.12.0@dev",
3333
"phpunit/phpunit": "8.*",
34-
"sebastian/phpcpd": "^5.0@dev",
34+
"sebastian/phpcpd": "^4.1",
3535
"triagens/arangodb": "3.5.*"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)