Skip to content

Commit 992acad

Browse files
Merge pull request #55 from tylerbutler/update-gleam-version-and-deprecations
chore: update Gleam to 1.14 and apply new formatter style
2 parents 1cf7c03 + f210e20 commit 992acad

File tree

5 files changed

+516
-308
lines changed

5 files changed

+516
-308
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: erlef/setup-beam@v1
1414
with:
1515
otp-version: '26'
16-
gleam-version: '1.6'
16+
gleam-version: '1.14'
1717

1818
- run: |
1919
version="v$(cat gleam.toml | grep -m 1 "version" | sed -r "s/version *= *\"([[:digit:].]+)\"/\1/")"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: erlef/setup-beam@v1
1515
with:
1616
otp-version: '26'
17-
gleam-version: '1.6'
17+
gleam-version: '1.14'
1818
rebar3-version: '3'
1919
- run: gleam test
2020
- run: gleam format --check src test

0 commit comments

Comments
 (0)