diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-07 18:20:44 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-07 18:20:45 +0000 |
commit | 98ffc9bd0da3d6804483f380869e226ecb12e3b1 (patch) | |
tree | a5cd1bb247ce0e068bc72b4bd35594afc3a3f5dd /.github | |
parent | dcd2aba71e3383e1af5b607506d26c33ef33a09f (diff) | |
download | gleam_stdlib-98ffc9bd0da3d6804483f380869e226ecb12e3b1.tar.gz gleam_stdlib-98ffc9bd0da3d6804483f380869e226ecb12e3b1.zip |
Upgrade CI Gleam version
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 90cb036..f51715e 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-rc1" + gleam-version: "0.19.0-rc2" - uses: actions/setup-node@v2 with: node-version: "16.0.0" |