Skip to content

Commit

Permalink
Merge pull request #101 from Mytherin/113
Browse files Browse the repository at this point in the history
Set DuckDB version to 1.1.3
  • Loading branch information
Mytherin authored Dec 5, 2024
2 parents 987df96 + 405699c commit 41d0c07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
with:
extension_name: mysql_scanner
duckdb_version: main
duckdb_version: v1.1.3
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
build_duckdb_shell: false

Expand All @@ -27,7 +27,7 @@ jobs:
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
secrets: inherit
with:
duckdb_version: main
duckdb_version: v1.1.3
extension_name: mysql_scanner
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 696 files

0 comments on commit 41d0c07

Please sign in to comment.