Skip to content

Commit 9d2c715

Browse files
committed
fixed matrix ydb versions for examples workflow
1 parent 0ed4ce6 commit 9d2c715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ydb-version: [ 23.3, 24.1 ]
18+
ydb-version: [ 24.1, 24.2, 24.3 ]
1919
application: [ native/table, native/query, database_sql, gorm, xorm ]
2020
services:
2121
ydb:

0 commit comments

Comments
 (0)