Skip to content

Commit

Permalink
Bump workflows to DuckDB version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Oct 11, 2023
1 parent 3ed1df5 commit 1e36e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
ecl: [23.9.9]
cffi: [static]
duckdb: [0.9.0]
duckdb: [0.9.1]
env:
DUCKDB_VERSION: ${{ matrix.duckdb }}
steps:
Expand Down
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.9.0, nightly]
duckdb: [0.9.1, 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 @@ -22,7 +22,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
quicklisp-dist:
- ultralisp
duckdb: [0.9.0]
duckdb: [0.9.1]
cffi: [default, static]
exclude:
- lisp: sbcl-bin
Expand Down

0 comments on commit 1e36e31

Please sign in to comment.