99jobs :
1010 basic-ydb :
1111 concurrency :
12- group : basic-${{ github.ref }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}-${{ matrix.application }}
12+ group : basic-ydb- ${{ github.ref }}-${{ matrix.ydb-version }}-${{ matrix.application }}
1313 cancel-in-progress : true
1414 runs-on : ubuntu-latest
1515 strategy :
1616 fail-fast : false
1717 matrix :
18- go-version : [ 1.17.x, 1.20.x ]
19- ydb-version : [ 22.5, 23.1, 23.2 ]
18+ ydb-version : [ 23.1, 23.2 ]
2019 application : [ native, database_sql, gorm, xorm ]
2120 services :
2221 ydb :
3332 options : ' -h localhost'
3433 env :
3534 OS : ubuntu-latest
36- GO : ${{ matrix.go-version }}
3735 YDB_CONNECTION_STRING : grpc://localhost:2136/local
3836 YDB_ANONYMOUS_CREDENTIALS : 1
3937 steps :
@@ -42,14 +40,13 @@ jobs:
4240 - name : Install Go
4341 uses : actions/setup-go@v3
4442 with :
45- go-version : ${{ matrix.go-version }}
4643 cache : true
4744 - name : Run basic example ${{ matrix.application }}
4845 working-directory : ./examples/basic/${{ matrix.application }}
4946 run : go run .
5047 basic-postgres :
5148 concurrency :
52- group : basic-${{ matrix.application }}-postgres -${{ github.ref }}
49+ group : basic-postgres- ${{ matrix.application }}-${{ github.ref }}
5350 cancel-in-progress : true
5451 runs-on : ubuntu-latest
5552 strategy :
@@ -79,14 +76,13 @@ jobs:
7976 - name : Install Go
8077 uses : actions/setup-go@v3
8178 with :
82- go-version : 1.20.x
8379 cache : true
8480 - name : Run basic example ${{ matrix.application }} with postgres
8581 working-directory : ./examples/basic/${{ matrix.application }}
8682 run : go run .
8783 basic-sqlite :
8884 concurrency :
89- group : basic-${{ matrix.application }}-sqlite -${{ github.ref }}
85+ group : basic-sqlite- ${{ matrix.application }}-${{ github.ref }}
9086 cancel-in-progress : true
9187 runs-on : ubuntu-latest
9288 strategy :
10399 - name : Install Go
104100 uses : actions/setup-go@v3
105101 with :
106- go-version : 1.20.x
107102 cache : true
108103 - name : Run basic example ${{ matrix.application }} with sqlite
109104 working-directory : ./examples/basic/${{ matrix.application }}
0 commit comments