aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorlrosa007 <lrosa008@gmail.com>2020-11-04 15:58:04 -0500
committerLouis Pilfold <louis@lpil.uk>2020-11-04 21:03:21 +0000
commit46e4a4abb591be88a633da330a344b8a96b3772a (patch)
tree77441844bb4a82ad032d8d6030dfcf5ad0c58a73 /.github
parentcf5a7b75a137bb88c59eae0ccb0403c9a1636729 (diff)
downloadgleam_stdlib-46e4a4abb591be88a633da330a344b8a96b3772a.tar.gz
gleam_stdlib-46e4a4abb591be88a633da330a344b8a96b3772a.zip
ci: bump gleam version on CI
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 8ebfd03..98349c9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
otp-version: 22.2
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: 0.11.2
+ gleam-version: 0.12.0
- run: rebar3 install_deps
- run: rebar3 eunit
- run: gleam format --check src test