Skip to content

Commit

Permalink
Update to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Nov 5, 2024
1 parent b0d0bc5 commit 5dcec70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ExtensionTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ 'v1.1.2' ]
duckdb_version: [ 'v1.1.3' ]
env:
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
VCPKG_TARGET_TRIPLET: 'x64-linux'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ 'v1.1.2']
duckdb_version: [ 'v1.1.3']
env:
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
VCPKG_TARGET_TRIPLET: 'x64-osx'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].3
with:
duckdb_version: v1.1.2
ci_tools_version: v1.1.2
duckdb_version: v1.1.3
ci_tools_version: v1.1.3
extension_name: duckpgq

duckdb-stable-deploy:
Expand All @@ -34,6 +34,6 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v1.1.2
duckdb_version: v1.1.3
extension_name: duckpgq
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit 5dcec70

Please sign in to comment.