aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-11-19 14:24:42 +0000
committerGitHub <noreply@github.com>2022-11-19 14:24:42 +0000
commitbae187fc0f013ccd994a9ce6b4411b83376090a5 (patch)
tree1e55e7f326d0958dfcffa45ba4d63780e1c99762 /.github
parent580fd9d7bde8a0bf79139765634a63c515f5a458 (diff)
downloadgleam_stdlib-bae187fc0f013ccd994a9ce6b4411b83376090a5.tar.gz
gleam_stdlib-bae187fc0f013ccd994a9ce6b4411b83376090a5.zip
Gleam version 0.25.0-rc1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 30d074f..1a9b41e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
- uses: erlef/setup-beam@v1.13.0
with:
otp-version: "23.2"
- gleam-version: "nightly"
+ gleam-version: "0.25.0-rc1"
- uses: actions/setup-node@v2
with:
node-version: "16.0.0"