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 08fbd78 commit 2fdbe88Copy full SHA for 2fdbe88
.travis.yml
@@ -75,6 +75,21 @@ jobs:
75
- php: 7.3
76
env: TARANTOOL_VERSION=2.4
77
78
+ # PHP 7.4
79
+ # -------
80
+ - php: 7.4
81
+ env: TARANTOOL_VERSION=1.9
82
83
+ env: TARANTOOL_VERSION=1.10
84
85
+ env: TARANTOOL_VERSION=2.1
86
+ # - php: 7.4
87
+ # env: TARANTOOL_VERSION=2.2
88
89
+ env: TARANTOOL_VERSION=2.3
90
91
+ env: TARANTOOL_VERSION=2.4
92
+
93
python:
94
- 2.7
95
test.all.sh
@@ -2,7 +2,7 @@
2
3
set -exu # Strict shell (w/o -o pipefail)
4
5
-php_version_list="7.0 7.1 7.2 7.3"
+php_version_list="7.0 7.1 7.2 7.3 7.4"
6
tarantool_version_list="1.6 1.7 1.9 1.10 2.1 2.2 2.3 2.4"
7
8
# gh-151: disable tarantool-2.2 due to lack of support the new
0 commit comments