Skip to content

Commit

Permalink
CI housekeeping
Browse files Browse the repository at this point in the history
This PR bumps the action/checkout and Rebar3 versions in the GitHub CI
workflow file.
  • Loading branch information
kianmeng committed Jun 25, 2024
1 parent 046c0bb commit a33cc55
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,30 @@ jobs:
matrix:
pair:
- erlang: master
rebar3: 3.22.1
rebar3: 3.23.0

- erlang: 27
rebar3: 3.23.0

- erlang: 26
rebar3: 3.21.0

- erlang: 25
rebar3: 3.18.0
rebar3: 3.21.0

- erlang: 24
rebar3: 3.18.0
rebar3: 3.21.0

- erlang: 23
rebar3: 3.18.0
rebar3: 3.20.0

- erlang: 22
rebar3: 3.18.0
rebar3: 3.20.0

- erlang: 21
rebar3: 3.15.1
rebar3: 3.15.2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit a33cc55

Please sign in to comment.