Skip to content

Commit

Permalink
CI housekeeping (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Jun 28, 2024
1 parent 52c5a97 commit 6fec894
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 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

- 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 6fec894

Please sign in to comment.