Skip to content

Commit

Permalink
fix: change beam setup driver
Browse files Browse the repository at this point in the history
Ci on github no longer worked.
  • Loading branch information
kivra-pergus committed Jul 15, 2024
1 parent de77ba6 commit ebda949
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
name: OTP ${{matrix.otp}}
strategy:
matrix:
otp: ["23.2", "24.0"]
otp: ["24.0", "25.0"]
steps:
- uses: actions/[email protected]
- uses: gleam-lang/setup-erlang@v1.1.2
- uses: erlef/setup-beam@v1.18.0
with:
otp-version: ${{matrix.otp}}
otp-version: ${{ matrix.otp }}
rebar3-version: '3.16.1'
- name: Compile
run: make compile
- name: Run xref
Expand Down

0 comments on commit ebda949

Please sign in to comment.