Skip to content

Commit

Permalink
update gleam version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Jan 1, 2025
1 parent ed965ab commit 062df9e
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 @@ -20,8 +20,8 @@ jobs:
- name: setup beam
uses: erlef/[email protected]
with:
otp-version: "26.0.2"
gleam-version: "1.0.0"
otp-version: "27.0.0"
gleam-version: "1.6.3"
rebar3-version: "3"
- name: check formatting
run: gleam format --check src test
Expand Down

0 comments on commit 062df9e

Please sign in to comment.