Skip to content

Commit 6a8c400

Browse files
committed
fixed matrics for unit and integration tests
1 parent 7de1f3b commit 6a8c400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
go-version: [1.21.x, 1.22.x, 1.23.x]
22+
go-version: [1.22.x, 1.23.x]
2323
os: [ubuntu, windows, macOS]
2424
env:
2525
OS: ${{ matrix.os }}-latest
@@ -52,8 +52,8 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
go-version: [1.21.x, 1.22.x, 1.23.x]
56-
ydb-version: [23.3, 24.1, 24.2]
55+
go-version: [1.22.x, 1.23.x]
56+
ydb-version: [24.1, 24.2, 24.3]
5757
os: [ubuntu]
5858
services:
5959
ydb:

0 commit comments

Comments
 (0)