Skip to content

Commit

Permalink
bump rebar3 version to 3.24.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Nov 23, 2024
1 parent c5a0602 commit 811740e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
otp_version: ["27.1", "26.1.2", "25.3.2.7", "24.3.4.14"]
rebar3_version: ["3.22.1"]
rebar3_version: ["3.24.0"]
os: [ubuntu-20.04]
include:
- otp_version: "23.3.4.19"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
otp_version: ["26.1.2"]
rebar3_version: ["3.22.1"]
rebar3_version: ["3.24.0"]
os: [ubuntu-20.04]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
strategy:
matrix:
otp_version: ["26.1.2"]
rebar3_version: ["3.22.1"]
rebar3_version: ["3.24.0"]
os: [ubuntu-20.04]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
strategy:
matrix:
otp_version: ["26.1.2", "24.3.4.14"]
rebar3_version: ["3.22.1"]
rebar3_version: ["3.24.0"]
os: [ubuntu-20.04]
defaults:
run:
Expand Down

0 comments on commit 811740e

Please sign in to comment.