We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea9d97 commit 4b67dc2Copy full SHA for 4b67dc2
.travis.yml
@@ -1,8 +1,8 @@
1
language: php
2
php:
3
- - 7
4
- 7.1
5
- 7.2
+ - 7.3
6
7
env:
8
- CLICKHOUSE_VERSION=latest
@@ -18,4 +18,4 @@ before_script:
18
- docker run -d -p 127.0.0.1:8123:8123 --name test-clickhouse-server --ulimit nofile=262144:262144 yandex/clickhouse-server:$CLICKHOUSE_VERSION
19
- docker logs test-clickhouse-server
20
21
-script: ./vendor/bin/phpunit
+script: ./vendor/bin/phpunit
composer.json
@@ -5,7 +5,7 @@
"type": "yii2-extension",
"license": "MIT",
"require": {
- "php": ">=7.0",
+ "php": "^7.1",
9
"yiisoft/yii2": "~2.0.13",
10
"smi2/phpclickhouse": "^1.3.3"
11
},
0 commit comments