Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri authored and lpil committed Nov 19, 2024
1 parent 62ee45e commit 2f9e187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.erlang_version }}
gleam-version: "1.5.1"
gleam-version: "1.6.0"
- run: gleam test --target erlang
- run: gleam format --check src test

Expand All @@ -44,7 +44,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "27.0"
gleam-version: "1.5.1"
gleam-version: "1.6.0"
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "27.0"
gleam-version: "1.4.0"
gleam-version: "1.6.0"
- uses: oven-sh/setup-bun@v2
with:
bun-version: ${{ matrix.bun_version }}
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "27.0"
gleam-version: "1.4.0"
gleam-version: "1.6.0"
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno_version }}
Expand Down

0 comments on commit 2f9e187

Please sign in to comment.