Skip to content

Commit

Permalink
fix go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed May 16, 2024
1 parent bedc18d commit 6260bf3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ 1.18.x, 1.19.x, 1.20.x ]
go-version: [ 1.21.x, 1.22.x ]
os: [ ubuntu, windows, macOS ]
concurrency:
group: unit-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
Expand Down Expand Up @@ -38,15 +38,14 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ 1.18.x, 1.19.x, 1.20.x ]
ydb-version: [ 22.5, 23.1, 23.2 ]
go-version: [1.21.x, 1.22.x]
ydb-version: [23.3, 24.1]
concurrency:
group: integration-${{ github.ref }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
cancel-in-progress: true
runs-on: ubuntu-latest
services:
ydb:
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
ports:
- 2135:2135
- 2136:2136
Expand Down

0 comments on commit 6260bf3

Please sign in to comment.