Skip to content

Commit

Permalink
fixed matrics for unit and integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Dec 11, 2024
1 parent 7de1f3b commit 6a8c400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.21.x, 1.22.x, 1.23.x]
go-version: [1.22.x, 1.23.x]
os: [ubuntu, windows, macOS]
env:
OS: ${{ matrix.os }}-latest
Expand Down Expand Up @@ -52,8 +52,8 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.21.x, 1.22.x, 1.23.x]
ydb-version: [23.3, 24.1, 24.2]
go-version: [1.22.x, 1.23.x]
ydb-version: [24.1, 24.2, 24.3]
os: [ubuntu]
services:
ydb:
Expand Down

0 comments on commit 6a8c400

Please sign in to comment.