Skip to content

Commit 72d4d1c

Browse files
committed
Update Gleam version to 1.13.0 in CI and docs
Bump Gleam version from 1.11.0 to 1.13.0 in GitHub Actions workflows and update the required version badge in the README. Ensures consistency across documentation and CI environments.
1 parent 98f75ce commit 72d4d1c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: erlef/setup-beam@v1
1919
with:
2020
otp-version: "26.0"
21-
gleam-version: "1.11.0"
21+
gleam-version: "1.13.0"
2222

2323
- name: Show Gleam version
2424
run: gleam --version
@@ -31,9 +31,9 @@ jobs:
3131
~/.gleam
3232
./_gleam_deps
3333
./build
34-
key: ${{ runner.os }}-gleam-1.11.0-cache-v1-${{ hashFiles('**/gleam.toml') }}
34+
key: ${{ runner.os }}-gleam-1.13.0-cache-v1-${{ hashFiles('**/gleam.toml') }}
3535
restore-keys: |
36-
${{ runner.os }}-gleam-1.11.0-cache-v1-
36+
${{ runner.os }}-gleam-1.13.0-cache-v1-
3737
3838
- name: Install dependencies
3939
run: gleam deps download

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: |
2727
./build
2828
~/.cache/gleam
29-
key: ${{ runner.os }}-gleam-1.11.0-integration-${{ matrix.clickhouse_version }}-v1-${{ hashFiles('**/gleam.toml') }}
29+
key: ${{ runner.os }}-gleam-1.13.0-integration-${{ matrix.clickhouse_version }}-v1-${{ hashFiles('**/gleam.toml') }}
3030

3131
- name: Start ClickHouse ${{ matrix.clickhouse_version }} (docker-compose)
3232
env:
@@ -52,7 +52,7 @@ jobs:
5252
uses: erlef/setup-beam@v1
5353
with:
5454
otp-version: "26.0"
55-
gleam-version: "1.11.0"
55+
gleam-version: "1.13.0"
5656

5757
- name: Show Gleam version
5858
run: gleam --version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="assets/image.png" alt="Sparkling logo" width="240" />
55
</p>
66

7-
[![CI](https://github.com/lupodevelop/sparkling/actions/workflows/ci.yml/badge.svg)](https://github.com/lupodevelop/sparkling/actions/workflows/ci.yml) [![Integration Tests](https://github.com/lupodevelop/sparkling/actions/workflows/integration.yml/badge.svg)](https://github.com/lupodevelop/sparkling/actions/workflows/integration.yml) [![License](https://img.shields.io/badge/license-Apache%202.0-yellow.svg)](LICENSE) [![Built with Gleam](https://img.shields.io/badge/Built%20with-Gleam-ffaff3)](https://gleam.run) [![Gleam Version](https://img.shields.io/badge/gleam-%3E%3D1.11.0-ffaff3)](https://gleam.run)
7+
[![CI](https://github.com/lupodevelop/sparkling/actions/workflows/ci.yml/badge.svg)](https://github.com/lupodevelop/sparkling/actions/workflows/ci.yml) [![Integration Tests](https://github.com/lupodevelop/sparkling/actions/workflows/integration.yml/badge.svg)](https://github.com/lupodevelop/sparkling/actions/workflows/integration.yml) [![License](https://img.shields.io/badge/license-Apache%202.0-yellow.svg)](LICENSE) [![Built with Gleam](https://img.shields.io/badge/Built%20with-Gleam-ffaff3)](https://gleam.run) [![Gleam Version](https://img.shields.io/badge/gleam-%3E%3D1.13.0-ffaff3)](https://gleam.run)
88

99
**Sparkling** is a *lightweight*, **type-safe** data layer for **ClickHouse** written in Gleam. It provides a small, focused API for defining schemas, building queries, and encoding/decoding ClickHouse formats.
1010

0 commit comments

Comments
 (0)