Skip to content

Commit 568ae22

Browse files
authored
Update examples.yml
1 parent 873a1ac commit 568ae22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ydb-version: [ 24.1, 24.2, 24.3 ]
18+
ydb-version: [ 24.3 ]
1919
application: [ native/table, native/query ]
2020
services:
2121
ydb:
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
ydb-version: [ 24.1, 24.2, 24.3 ]
58+
ydb-version: [ 24.3 ]
5959
application: [ database/sql, gorm, xorm ]
6060
query_service: [ true, false ]
6161
services:

0 commit comments

Comments
 (0)