Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Crystal
uses: ./.github/actions/setup-crystal
with:
crystal-version: 1.19.1
crystal-version: 1.20.0
- name: Cache kcov
id: cache-kcov
uses: actions/cache@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
crystal: ["1.17.0", "1.18.2", "1.19.1"]
crystal: ["1.17.0", "1.18.2", "1.19.1", "1.20.0"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -53,7 +53,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
shell: [bash, zsh, fish]
crystal: ["1.17.0", "1.18.2", "1.19.1"]
crystal: ["1.17.0", "1.18.2", "1.19.1", "1.20.0"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ffi-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
crystal: ["1.18.2", "1.19.1"]
crystal: ["1.18.2", "1.19.1", "1.20.0"]
permissions:
contents: read
steps:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
crystal: ["1.18.2", "1.19.1"]
crystal: ["1.18.2", "1.19.1", "1.20.0"]
permissions:
contents: read
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Crystal
uses: ./.github/actions/setup-crystal
with:
crystal-version: "1.19.1"
crystal-version: "1.20.0"
- name: Build native FFI library
uses: ./.github/actions/build-ffi
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
crystal: ["1.17.0", "1.18.2", "1.19.1"]
crystal: ["1.17.0", "1.18.2", "1.19.1", "1.20.0"]
permissions:
checks: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tools]
crystal = "1.19.1"
crystal = "1.20.0"
node = "25.8.2"
bun = "1.3.13"
Loading