diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-02-22 19:06:05 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-02-22 19:06:05 +0000 |
commit | 110f6e78c48d9e63b4cbee3220d1cfafef441dca (patch) | |
tree | 6e5cee4cacb508ac6d4dfc5377395340a8d57ef4 /.github | |
parent | 08773023fb9edecacd4fe65c366beaf8a6db68de (diff) | |
download | gleam_stdlib-110f6e78c48d9e63b4cbee3220d1cfafef441dca.tar.gz gleam_stdlib-110f6e78c48d9e63b4cbee3220d1cfafef441dca.zip |
New Gleam on CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3ce91b..d727a84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: erlef/setup-beam@v1.9.0 with: otp-version: "23.2" - gleam-version: "0.19.0-rc3" + gleam-version: "0.20.0-rc1" - uses: actions/setup-node@v2 with: node-version: "16.0.0" |