Skip to content

Commit

Permalink
Make Tarantool 2.10 the default image in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit authored Jul 5, 2022
1 parent 404cfad commit 4a2326e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.8
TNT_IMAGE: tarantool/tarantool:2.10
PHP_IMAGE: php:7.4-cli
strategy:
fail-fast: false
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- TNT_IMAGE: tarantool/tarantool:2.5
- TNT_IMAGE: tarantool/tarantool:2.6
- TNT_IMAGE: tarantool/tarantool:2.7
- TNT_IMAGE: tarantool/tarantool:2.10.0
- TNT_IMAGE: tarantool/tarantool:2.8

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

0 comments on commit 4a2326e

Please sign in to comment.