Skip to content

Commit

Permalink
feat: Update to Gleam 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-viney committed Jan 5, 2025
1 parent 9c08867 commit 31c18c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: Setup BEAM
uses: erlef/setup-beam@v1
with:
otp-version: "27.1.0"
gleam-version: "1.5.0"
rebar3-version: "3"
otp-version: 27.2
gleam-version: 1.7.0

- name: Wait for tests to complete
uses: lewagon/[email protected]
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ jobs:
- name: Setup BEAM
uses: erlef/setup-beam@v1
with:
otp-version: "27.1.0"
gleam-version: "1.5.0"
rebar3-version: "3"
otp-version: 27.2
gleam-version: 1.7.0

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

- name: Setup Deno
uses: denoland/setup-deno@v2
Expand Down

0 comments on commit 31c18c2

Please sign in to comment.