aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 99cfa78..94080c7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v2.0.0
- uses: gleam-lang/setup-erlang@v1.0.0
with:
- otp-version: 22.1
+ otp-version: 22.2
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: 0.6.0-rc1
+ gleam-version: 0.6.0
- run: rebar3 install_deps
- run: rebar3 eunit