diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-02-28 19:04:21 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-03-03 11:44:08 +0000 |
commit | ce42552f838a112642456d64c99ffcd6950aa61d (patch) | |
tree | 88f1848a0f343b2c84b59913687f2f50b40acf65 /.github | |
parent | cb619735140ecffe3f9293fc7c496d35de00e998 (diff) | |
download | gleam_stdlib-ce42552f838a112642456d64c99ffcd6950aa61d.tar.gz gleam_stdlib-ce42552f838a112642456d64c99ffcd6950aa61d.zip |
result.Option type alias
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 94080c7..615aff8 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.6.0 + gleam-version: 0.7.0-rc1 - run: rebar3 install_deps - run: rebar3 eunit |