aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-03-03 11:43:09 +0000
committerLouis Pilfold <louis@lpil.uk>2020-03-03 11:44:08 +0000
commit73f10d2a2238756e44fde319da0a2ed14077d78d (patch)
tree6f70a364aeb23e503d2c275d8138a548b7018094 /.github
parente59c44f8ecf744a6b6d561e4e5fd4f7dc0b29355 (diff)
downloadgleam_stdlib-73f10d2a2238756e44fde319da0a2ed14077d78d.tar.gz
gleam_stdlib-73f10d2a2238756e44fde319da0a2ed14077d78d.zip
Use Gleam v0.7.0
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 615aff8..f24ce82 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,6 +17,6 @@ jobs:
otp-version: 22.2
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: 0.7.0-rc1
+ gleam-version: 0.7.0
- run: rebar3 install_deps
- run: rebar3 eunit