Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 12, 2024
1 parent 053e047 commit 5c1d53d
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 @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "25.1"
gleam-version: "0.32.2"
otp-version: "26.1"
gleam-version: "1.0.0"
rebar3-version: "3"
- run: gleam test
- run: gleam format --check src test

0 comments on commit 5c1d53d

Please sign in to comment.