diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-11-05 18:19:54 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-11-05 18:21:02 +0000 |
commit | 4ac732805bfde6ef3b862d1692b2492dc2fa61d6 (patch) | |
tree | 9693fccf371aad7901fba553d8304dbad3751622 | |
parent | 0ef49f5e3c759f31136a1feeef8cdebb820d082c (diff) | |
download | gleam_json-4ac732805bfde6ef3b862d1692b2492dc2fa61d6.tar.gz gleam_json-4ac732805bfde6ef3b862d1692b2492dc2fa61d6.zip |
Update CI versions
-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 bde7d2b..1e08068 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: with: otp-version: "25.1" elixir-version: "1.13.1" - gleam-version: "0.30.5" + gleam-version: "0.32.2" rebar3-version: "3" - run: gleam test - run: gleam test --target javascript |