diff options
author | BSKY <git@bsky.moe> | 2020-02-11 06:40:53 +0900 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-02-10 23:30:41 +0000 |
commit | cb619735140ecffe3f9293fc7c496d35de00e998 (patch) | |
tree | 8d987c45dfc0dbf729a6271cd3fb218bb1334f84 /.github | |
parent | d837e9e96c7c8bb72338db8e944a82b5ebebb9df (diff) | |
download | gleam_stdlib-cb619735140ecffe3f9293fc7c496d35de00e998.tar.gz gleam_stdlib-cb619735140ecffe3f9293fc7c496d35de00e998.zip |
Update ci.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99cfa78..94080c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: - uses: actions/checkout@v2.0.0 - uses: gleam-lang/setup-erlang@v1.0.0 with: - otp-version: 22.1 + otp-version: 22.2 - uses: gleam-lang/setup-gleam@v1.0.1 with: - gleam-version: 0.6.0-rc1 + gleam-version: 0.6.0 - run: rebar3 install_deps - run: rebar3 eunit |