aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-01-13 20:15:08 +0000
committerLouis Pilfold <louis@lpil.uk>2021-01-13 20:15:08 +0000
commita0ac53188b328fbb60abf9b716ed40cc55683312 (patch)
treeac58711197ca8c70035d7369727f00e02a98a2ff /.github
parente42e4242e20f909054af1b964d5cdf2627e958ce (diff)
downloadgleam_stdlib-a0ac53188b328fbb60abf9b716ed40cc55683312.tar.gz
gleam_stdlib-a0ac53188b328fbb60abf9b716ed40cc55683312.zip
Upgrade Gleam on CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4579916..388f061 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
otp-version: 22.2
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: 0.12.1
+ gleam-version: 0.13.0-rc2
- run: rebar3 install_deps
- run: rebar3 eunit
- run: gleam format --check src test