Skip to content

Commit

Permalink
fixed matrix ydb versions for examples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Dec 12, 2024
1 parent 0ed4ce6 commit 9d2c715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ydb-version: [ 23.3, 24.1 ]
ydb-version: [ 24.1, 24.2, 24.3 ]
application: [ native/table, native/query, database_sql, gorm, xorm ]
services:
ydb:
Expand Down

0 comments on commit 9d2c715

Please sign in to comment.