diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-03-03 11:43:09 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-03-03 11:44:08 +0000 |
commit | 73f10d2a2238756e44fde319da0a2ed14077d78d (patch) | |
tree | 6f70a364aeb23e503d2c275d8138a548b7018094 /.github | |
parent | e59c44f8ecf744a6b6d561e4e5fd4f7dc0b29355 (diff) | |
download | gleam_stdlib-73f10d2a2238756e44fde319da0a2ed14077d78d.tar.gz gleam_stdlib-73f10d2a2238756e44fde319da0a2ed14077d78d.zip |
Use Gleam v0.7.0
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 615aff8..f24ce82 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-rc1 + gleam-version: 0.7.0 - run: rebar3 install_deps - run: rebar3 eunit |