Skip to content

Commit

Permalink
Add DuckDB version 0.10.3 to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed May 24, 2024
1 parent 3a4e569 commit 5e21c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/23.9.9]
os: [ubuntu-latest]
duckdb: [0.10.1, 0.10.2, nightly]
duckdb: [0.10.1, 0.10.2, 0.10.3, nightly]
env:
LISP: ${{ matrix.lisp }}
DUCKDB_VERSION: ${{ matrix.duckdb }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/23.9.9]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
duckdb: [0.10.1, 0.10.2]
duckdb: [0.10.1, 0.10.2, 0.10.3]
cffi: [default, static]
exclude:
- lisp: sbcl-bin
Expand Down

0 comments on commit 5e21c57

Please sign in to comment.