Skip to content

Commit

Permalink
fix erlang version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vasuadari committed May 7, 2024
1 parent bfc8351 commit f2dec4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['21.3.8.24', '22.3.4.27']
otp: ['21.x', '22.x']
elixir: ['1.8.2', '1.9.4']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f2dec4e

Please sign in to comment.