diff options
author | Michał Łępicki <michallepicki@users.noreply.github.com> | 2022-02-23 23:18:06 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-02-24 13:13:56 +0000 |
commit | e14c537500fd4e84225a284af5c02919f321232e (patch) | |
tree | c2aaf6a28cc646b19d533aad61eb40e57dbbd746 | |
parent | 109fec3220ce988ed6e51fa6486480a28e7e40bd (diff) | |
download | gleam_json-e14c537500fd4e84225a284af5c02919f321232e.tar.gz gleam_json-e14c537500fd4e84225a284af5c02919f321232e.zip |
Bump Gleam on CI to v0.20.0
-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 7ffcda6..c9ba508 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,6 @@ jobs: with: otp-version: "24.2" elixir-version: "1.13.1" - gleam-version: "0.19.0-rc3" + gleam-version: "0.20.0" - run: gleam test - run: gleam format --check src test |