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 404cfad commit 4a2326eCopy full SHA for 4a2326e
.github/workflows/qa.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
tests:
11
env:
12
- TNT_IMAGE: tarantool/tarantool:2.8
+ TNT_IMAGE: tarantool/tarantool:2.10
13
PHP_IMAGE: php:7.4-cli
14
strategy:
15
fail-fast: false
@@ -45,7 +45,7 @@ jobs:
45
- TNT_IMAGE: tarantool/tarantool:2.5
46
- TNT_IMAGE: tarantool/tarantool:2.6
47
- TNT_IMAGE: tarantool/tarantool:2.7
48
- - TNT_IMAGE: tarantool/tarantool:2.10.0
+ - TNT_IMAGE: tarantool/tarantool:2.8
49
50
runs-on: ${{ matrix.operating-system }}
51
steps:
0 commit comments