Skip to content

Commit

Permalink
Fix list of test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mzitnik committed Oct 22, 2023
1 parent 9f3dcf6 commit c78f26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

env:
PREFERRED_LTS_VERSION: "23.7"
CLICKHOUSE_TEST_VERSIONS: ["head"]
CLICKHOUSE_TEST_VERSIONS: "["head"]"

extends:
- .github/workflow/build-template.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

env:
PREFERRED_LTS_VERSION: "23.3"
CLICKHOUSE_TEST_VERSIONS: []
CLICKHOUSE_TEST_VERSIONS: "[]"

jobs:
compile:
Expand Down

0 comments on commit c78f26d

Please sign in to comment.