diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-16 13:06:47 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-16 13:06:47 +0000 |
commit | 1fb6177fa45e0455121da9e1955fc44b581ef623 (patch) | |
tree | c2a6f6a3c37418ed90eccc33c0d7ae0c73156a6b /.github | |
parent | 7807b85b57c1cc05df76bd0f228a7d61bbe1856e (diff) | |
download | gleam_json-1fb6177fa45e0455121da9e1955fc44b581ef623.tar.gz gleam_json-1fb6177fa45e0455121da9e1955fc44b581ef623.zip |
Update CI versions
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 1e08068..e9c3805 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.32.2" + gleam-version: "0.34.0" rebar3-version: "3" - run: gleam test - run: gleam test --target javascript |