aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-11-15 19:13:36 +0000
committerLouis Pilfold <louis@lpil.uk>2020-11-15 19:13:36 +0000
commitcd5926eaebe86003c451c91820726a4dee9275ba (patch)
tree767a0ee7be74ca7486cf97a416151a050ba518e6 /.github
parente861d16a399a438c5591c481b997414af7b6e0d3 (diff)
downloadgleam_stdlib-cd5926eaebe86003c451c91820726a4dee9275ba.tar.gz
gleam_stdlib-cd5926eaebe86003c451c91820726a4dee9275ba.zip
Gleam v0.12.1 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 98349c9..4579916 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.0
+ gleam-version: 0.12.1
- run: rebar3 install_deps
- run: rebar3 eunit
- run: gleam format --check src test