Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 6, 2023
1 parent fadbf61 commit 4c2cbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "25.1"
gleam-version: "0.30.5"
gleam-version: "0.32.2"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test

0 comments on commit 4c2cbc7

Please sign in to comment.