diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-10-23 10:40:07 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-10-23 10:40:07 +0100 |
commit | e412a09dda625c22656228f01928e98ec75fb82b (patch) | |
tree | 714fb1c1bf33e1358c0f88cf8abc5691be931fef /.github | |
parent | 8956b1de9edd15849641957f1414356d79f66be5 (diff) | |
download | gleam_stdlib-e412a09dda625c22656228f01928e98ec75fb82b.tar.gz gleam_stdlib-e412a09dda625c22656228f01928e98ec75fb82b.zip |
Upgrade Gleam
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 679e4e7..3816b43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.erlang_version }} - gleam-version: "1.4.0" + gleam-version: "1.5.1" - run: gleam test --target erlang - run: gleam format --check src test @@ -44,7 +44,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: "27.0" - gleam-version: "1.4.0" + gleam-version: "1.5.1" - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node_version }} |