aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-12-23 15:11:58 +0000
committerLouis Pilfold <louis@lpil.uk>2019-12-23 15:11:58 +0000
commita37c8fcf7b8ed522bc7c23dc25c3a804f7728adb (patch)
treebf2fd9d022697ea71b179858def0210128d0affb /.github
parentcf653439ad9e108c0e525e00812cf8e6c8453fd4 (diff)
downloadgleam_stdlib-a37c8fcf7b8ed522bc7c23dc25c3a804f7728adb.tar.gz
gleam_stdlib-a37c8fcf7b8ed522bc7c23dc25c3a804f7728adb.zip
Update CI Gleam version
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 064add2..d796bf6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,6 +17,6 @@ jobs:
otp-version: 22.1
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: 0.5.0-rc1
+ gleam-version: 0.6.0-rc1
- run: rebar3 install_deps
- run: rebar3 eunit