Skip to content

Commit

Permalink
feat: Update to Gleam 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-viney committed Feb 8, 2025
1 parent 31c18c2 commit 67df3b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: 27.2
gleam-version: 1.7.0
gleam-version: 1.8.0

- name: Wait for tests to complete
uses: lewagon/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: 27.2
gleam-version: 1.7.0
gleam-version: 1.8.0

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.12
node-version: 22.13

- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: 2.0
deno-version: 2.1

- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1
bun-version: 1.2

- name: Install dependencies
run: gleam deps download
Expand Down

0 comments on commit 67df3b5

Please sign in to comment.