Skip to content

Commit

Permalink
update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rawhat committed May 29, 2024
1 parent 59d6c95 commit 3b98b6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.0.0"
otp-version: "27.0"
gleam-version: "1.2.0"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test

0 comments on commit 3b98b6e

Please sign in to comment.