Skip to content

Commit

Permalink
Test with multiple DuckDB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Jan 20, 2025
1 parent 40ebe67 commit cf9add0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ on:

jobs:
build:
name: Build extension
name: Build - DuckDB ${{ matrix.duckdb_version }}
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
duckdb_version:
- "1.1.2"
- "1.1.3"
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
with:
version: "0.13.0"
- run: zig build --verbose --summary all
- run: zig build -Dduckdb-version=${{ matrix.duckdb_version }} -Dinstall-headers --verbose --summary new

0 comments on commit cf9add0

Please sign in to comment.