Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jun 22, 2024
1 parent a0c8989 commit e403592
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
image: erlang:${{matrix.otp}}
strategy:
matrix:
include:
- otp: 21.3.8.24
- otp: 22.3.4.27
- otp: 23.3.4.20
- otp: 24.3.4.17
- otp: 25.3.2.12
- otp: 26.2.5
- otp: 27.0
otp:
- 21.3.8.24
- 22.3.4.27
- 23.3.4.20
- 24.3.4.17
- 25.3.2.12
- 26.2.5
- 27.0
steps:
- uses: actions/checkout@v4
- run: rebar3 --version
Expand Down

0 comments on commit e403592

Please sign in to comment.