aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-05-26 19:18:23 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-26 19:19:29 +0100
commit1a6ae18977b7bad91ff4afb3fd99fb94cd0207c5 (patch)
tree912d934494b0edecca48231b442db3d8a146b008 /.github
parent5119c2d93326a798380a57ffae65583c7de5a04d (diff)
downloadgleam_stdlib-1a6ae18977b7bad91ff4afb3fd99fb94cd0207c5.tar.gz
gleam_stdlib-1a6ae18977b7bad91ff4afb3fd99fb94cd0207c5.zip
Use Gleam v0.9.0-rc1
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 f78782f..1d952f4 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.8.1
+ gleam-version: 0.9.0-rc1
- run: rebar3 install_deps
- run: rebar3 eunit
- run: gleam format --check src test