Skip to content

Commit cb51598

Browse files
committed
ydb versions for integration tests
1 parent 97dd0fd commit cb51598

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ydb-version: [ 23.1, 23.2 ]
18+
ydb-version: [ 22.5, 23.1, 23.2 ]
1919
application: [ native, database_sql, gorm, xorm ]
2020
services:
2121
ydb:
22-
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}-slim
22+
image: cr.yandex/crpsjg1coh47p81vh2lc/yandex-docker-local-ydb:${{ matrix.ydb-version }}
2323
ports:
2424
- 2135:2135
2525
- 2136:2136

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
go-version: [1.17.x, 1.19.x, 1.20.x]
47-
ydb-version: [22.5, 23.1, 23.2]
47+
ydb-version: [22.5, 23.1, 23.2, 23.2-slim]
4848
services:
4949
ydb:
50-
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}-slim
50+
image: cr.yandex/crpsjg1coh47p81vh2lc/yandex-docker-local-ydb:${{ matrix.ydb-version }}
5151
ports:
5252
- 2135:2135
5353
- 2136:2136

0 commit comments

Comments
 (0)