diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-03-01 16:27:28 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-26 19:19:29 +0100 |
commit | e310ad8c59eb3be0c31443649f0a96fd0306a443 (patch) | |
tree | 63db6f8334c9b9ce6886082b26531f1e1b8ba9f3 /.github | |
parent | 97687a076f4429605b8d0a5df02847c53d96aa67 (diff) | |
download | gleam_stdlib-e310ad8c59eb3be0c31443649f0a96fd0306a443.tar.gz gleam_stdlib-e310ad8c59eb3be0c31443649f0a96fd0306a443.zip |
Gleam 0.7
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0efa267..2ce0d0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,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 |