Skip to content

Commit

Permalink
Merge pull request #100 from samansmink/bump-to-v1.1.3
Browse files Browse the repository at this point in the history
bump to v1.1.3
  • Loading branch information
samansmink authored Nov 4, 2024
2 parents b46e390 + 5409e45 commit 83f847f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestCITools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
extension_name: quack
override_repository: duckdb/extension-template
override_ref: main
duckdb_version: v1.1.1
duckdb_version: v1.1.3
override_ci_tools_repository: ${{ github.repository }}
ci_tools_version: ${{ github.sha }}
extra_toolchains: 'parser_tools;fortran;omp;go;python3'
Expand All @@ -34,6 +34,6 @@ jobs:
override_ref: 94f887bd539ec0d5ed0d31bd01ff3845cf378a9d
override_ci_tools_repository: ${{ github.repository }}
ci_tools_version: ${{ github.sha }}
duckdb_version: v1.1.1
duckdb_version: v1.1.3
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64'
extra_toolchains: 'rust'
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ DuckDB's [Extension Template](https://github.com/duckdb/extension-template/actio
| Extension-ci-tools Branch | DuckDB target version | Actively maintained? |
|---------------------------|-----------------------|----------------------|
| main | main | yes |
| v1.1.2 | v1.1.2 | yes |
| v1.1.3 | v1.1.3 | yes |
| v1.1.2 | v1.1.2 | no |
| v1.1.1 | v1.1.1 | no |
| v1.1.0 | v1.1.0 | no |
| v1.0.0 | v1.0.0 | no |
Expand Down

0 comments on commit 83f847f

Please sign in to comment.