Skip to content

Commit 4b67dc2

Browse files
author
tyron
committed
remove php 7.0 supporting
1 parent eea9d97 commit 4b67dc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22
php:
3-
- 7
43
- 7.1
54
- 7.2
5+
- 7.3
66

77
env:
88
- CLICKHOUSE_VERSION=latest
@@ -18,4 +18,4 @@ before_script:
1818
- docker run -d -p 127.0.0.1:8123:8123 --name test-clickhouse-server --ulimit nofile=262144:262144 yandex/clickhouse-server:$CLICKHOUSE_VERSION
1919
- docker logs test-clickhouse-server
2020

21-
script: ./vendor/bin/phpunit
21+
script: ./vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "yii2-extension",
66
"license": "MIT",
77
"require": {
8-
"php": ">=7.0",
8+
"php": "^7.1",
99
"yiisoft/yii2": "~2.0.13",
1010
"smi2/phpclickhouse": "^1.3.3"
1111
},

0 commit comments

Comments
 (0)