Skip to content

Commit

Permalink
ci: switch to Gleam 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Sep 4, 2024
1 parent 1a46e28 commit 63c4549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: '26.0.2'
gleam-version: '1.2.1'
gleam-version: '1.4.1'
rebar3-version: '3'
# elixir-version: "1.15.4"
- name: Download gleam dependencies
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: '26.0.2'
gleam-version: '1.2.1'
gleam-version: '1.4.1'
rebar3-version: '3'
- name: Download gleam dependencies
run: gleam deps download
Expand Down

0 comments on commit 63c4549

Please sign in to comment.