diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-04-28 21:05:55 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-04-28 21:16:25 +0100 |
commit | 597b1e93fc2e0ea36bb443fa393c4bb8f0e1600d (patch) | |
tree | eac459e37f55b3d7601689208c38dd76a8733b82 /.github | |
parent | 8337243cd17b1809dbb972e8ad1f6350cd84749b (diff) | |
download | gleam_stdlib-597b1e93fc2e0ea36bb443fa393c4bb8f0e1600d.tar.gz gleam_stdlib-597b1e93fc2e0ea36bb443fa393c4bb8f0e1600d.zip |
Use Gleam v0.8.0-rc1 on CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f24ce82..8bb7f02 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 + gleam-version: 0.8.0-rc1 - run: rebar3 install_deps - run: rebar3 eunit |