aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-08-06 21:16:36 +0100
committerGitHub <noreply@github.com>2023-08-06 21:16:36 +0100
commita6717d5dd00364fa7982132adeba6a56c9e3e2e9 (patch)
tree4b5202b6d3f7803ff01dc1d7a7178c0376055bc3 /.github
parent89690d5b7c73b6287b9a11c74bb999830ca45e4e (diff)
downloadgleam_json-a6717d5dd00364fa7982132adeba6a56c9e3e2e9.tar.gz
gleam_json-a6717d5dd00364fa7982132adeba6a56c9e3e2e9.zip
Update CI versions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0549b25..bde7d2b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,12 +10,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2.0.0
+ - uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "25.1"
elixir-version: "1.13.1"
- gleam-version: "0.27.0"
+ gleam-version: "0.30.5"
rebar3-version: "3"
- run: gleam test
- run: gleam test --target javascript