Skip to content

Commit 16a5bfd

Browse files
authored
Merge pull request #744 from ydb-platform/add-ydb23.2-to-tests
ci: add ydb 23.2 to integration tests
2 parents f53350f + 4661ca7 commit 16a5bfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go-version: [ 1.17.x, 1.18.x, 1.19.x, 1.20.x ]
19-
ydb-version: [ 22.5, 23.1 ]
19+
ydb-version: [ 22.5, 23.1, 23.2 ]
2020
driver: [ native, database_sql, gorm ]
2121
exclude:
2222
- driver: database_sql

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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]
47+
ydb-version: [22.5, 23.1, 23.2]
4848
services:
4949
ydb:
5050
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}-slim

0 commit comments

Comments
 (0)