Skip to content

Commit 2fdbe88

Browse files
committed
travis-ci: enable PHP 7.4 in testing
After fixes for PHP 7.3 everything also works for PHP 7.4 (see #150). We just need to enable PHP 7.4 in CI.
1 parent 08fbd78 commit 2fdbe88

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,21 @@ jobs:
7575
- php: 7.3
7676
env: TARANTOOL_VERSION=2.4
7777

78+
# PHP 7.4
79+
# -------
80+
- php: 7.4
81+
env: TARANTOOL_VERSION=1.9
82+
- php: 7.4
83+
env: TARANTOOL_VERSION=1.10
84+
- php: 7.4
85+
env: TARANTOOL_VERSION=2.1
86+
# - php: 7.4
87+
# env: TARANTOOL_VERSION=2.2
88+
- php: 7.4
89+
env: TARANTOOL_VERSION=2.3
90+
- php: 7.4
91+
env: TARANTOOL_VERSION=2.4
92+
7893
python:
7994
- 2.7
8095

test.all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -exu # Strict shell (w/o -o pipefail)
44

5-
php_version_list="7.0 7.1 7.2 7.3"
5+
php_version_list="7.0 7.1 7.2 7.3 7.4"
66
tarantool_version_list="1.6 1.7 1.9 1.10 2.1 2.2 2.3 2.4"
77

88
# gh-151: disable tarantool-2.2 due to lack of support the new

0 commit comments

Comments
 (0)