Skip to content

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 19, 2024
1 parent ed2d45f commit a8ad23d
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 @@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "25.1"
gleam-version: "0.33.0"
otp-version: "26.1"
gleam-version: "1.0.0"
rebar3-version: "3"
- run: gleam test --target erlang
- run: gleam test --target javascript
Expand Down

0 comments on commit a8ad23d

Please sign in to comment.