Skip to content

Commit

Permalink
Bump versions related to setup-beam github action
Browse files Browse the repository at this point in the history
So that we're generally running a reasonable 'latest' set of values.

Based on the gleam-lang/gleam repo.
  • Loading branch information
michaeljones committed Dec 2, 2023
1 parent 21e35af commit 4f4fb99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
uses: actions/checkout@v2

- name: Install OTP and Gleam
uses: erlef/setup-beam@v1.9.0
uses: erlef/setup-beam@v1.16.0
with:
otp-version: 23.2
gleam-version: 0.19.0-rc1
otp-version: "25.1"
gleam-version: "0.32.4"

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4f4fb99

Please sign in to comment.