diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-06-30 12:10:50 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-30 12:14:27 +0100 |
commit | 8b3f7f8382ea329203bc6debd9f81eff3da070f2 (patch) | |
tree | e6528121504dab47243fbb521f97f38d11c3de4c /.github | |
parent | c8544e558b8b8e2b407ec9650d588401c944d20f (diff) | |
download | gleam_stdlib-8b3f7f8382ea329203bc6debd9f81eff3da070f2.tar.gz gleam_stdlib-8b3f7f8382ea329203bc6debd9f81eff3da070f2.zip |
Use v0.10.0-rc2 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 65e1c21..542287b 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.9.1 + gleam-version: 0.10.0-rc2 - run: rebar3 install_deps - run: rebar3 eunit - run: gleam format --check src test |