Skip to content

Commit

Permalink
updated gleam version in github flows
Browse files Browse the repository at this point in the history
  • Loading branch information
massivefermion committed May 24, 2024
1 parent 2c54d99 commit 2c9f5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: '26'
gleam-version: '1.0'
gleam-version: '1.1'

- run: |
version="v$(cat gleam.toml | grep -m 1 "version" | sed -r "s/version *= *\"([[:digit:].]+)\"/\1/")"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: '26'
gleam-version: '1.0'
gleam-version: '1.1'
rebar3-version: '3'
- run: gleam test
- run: gleam format --check src test

0 comments on commit 2c9f5a6

Please sign in to comment.