Skip to content

Commit

Permalink
Make Tarantool 2.11 the default image in CI
Browse files Browse the repository at this point in the history
Tarantool 2.11 is an LTS release of Tarantool 2.x series.
  • Loading branch information
DifferentialOrange authored and rybakit committed Jun 8, 2023
1 parent 6ae236b commit 5e67da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
tests:
env:
TNT_IMAGE: tarantool/tarantool:2.10
TNT_IMAGE: tarantool/tarantool:2.11
PHP_IMAGE: php:8.2-cli
strategy:
fail-fast: false
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
- TNT_IMAGE: tarantool/tarantool:2.6
- TNT_IMAGE: tarantool/tarantool:2.7
- TNT_IMAGE: tarantool/tarantool:2.8
- TNT_IMAGE: tarantool/tarantool:2.10

runs-on: ${{ matrix.operating-system }}
steps:
Expand Down

0 comments on commit 5e67da5

Please sign in to comment.