Skip to content

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 2, 2023
1 parent 2dff884 commit 5f256bc
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 @@ -11,11 +11,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "25.1"
gleam-version: "0.30.4"
gleam-version: "0.32.0"
rebar3-version: "3"
- run: gleam test --target=erlang
- run: gleam test --target=javascript
Expand Down

0 comments on commit 5f256bc

Please sign in to comment.