diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-05-06 23:35:07 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-05-07 11:17:45 +0100 |
commit | 0cbad902a31a6c73ff5a93d5fec4380f7e5f77aa (patch) | |
tree | 902a9a7f573afc3194890c06e647b7bf1ce119ec /.github | |
parent | 10d64550a1012a4e7e897435ec3bc10b98d95a07 (diff) | |
download | gleam_stdlib-0cbad902a31a6c73ff5a93d5fec4380f7e5f77aa.tar.gz gleam_stdlib-0cbad902a31a6c73ff5a93d5fec4380f7e5f77aa.zip |
Switch to gleam 0.15.0 in 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 9fd5e40..5f6be48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: otp-version: 23.2 - uses: gleam-lang/setup-gleam@v1.0.1 with: - gleam-version: 0.13.0-rc2 + gleam-version: 0.15.0 - run: rebar3 install_deps - run: rebar3 eunit - run: gleam format --check src test |