diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-09-02 23:22:00 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-09-02 23:22:00 +0100 |
commit | 32bfe8adf19d5c0031ae7cfe1ae00b5b73ca288b (patch) | |
tree | e2bcfd5ca043c2159836af40c37e2e1825f41f7b /.github | |
parent | 1ee05d82768914db8bccbc78c9b7e9230501abd1 (diff) | |
download | gleam_stdlib-32bfe8adf19d5c0031ae7cfe1ae00b5b73ca288b.tar.gz gleam_stdlib-32bfe8adf19d5c0031ae7cfe1ae00b5b73ca288b.zip |
Gleam 0.11.2 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 b79360a..8ebfd03 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.10.0 + gleam-version: 0.11.2 - run: rebar3 install_deps - run: rebar3 eunit - run: gleam format --check src test |