Skip to content

Commit

Permalink
fix github workflow file, use correct OTP version
Browse files Browse the repository at this point in the history
  • Loading branch information
graphiteisaac authored and lpil committed Nov 17, 2024
1 parent 2757554 commit 5f1a179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1.18.2
- uses: erlef/setup-beam@v1
with:
otp-version: "OTP-27.0.1"
gleam-version: "1.5.0"
otp-version: "27.1.2"
gleam-version: "1.5.1"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam test

0 comments on commit 5f1a179

Please sign in to comment.