Skip to content

Commit

Permalink
Merge pull request #209 from tfiedlerdejanze/ci-elixir-patch-upgrades
Browse files Browse the repository at this point in the history
ci: update elixir and erlang versions
  • Loading branch information
novaugust authored Jan 13, 2025
2 parents d132d79 + bef00c9 commit 877007a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: Ex${{matrix.elixir}}/OTP${{matrix.otp}}
strategy:
matrix:
elixir: ['1.15.7', '1.16.0', '1.17.0-rc.0']
otp: ['25.1.2']
elixir: ['1.15.8', '1.16.3', '1.17.3']
otp: ['25.3.2']
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 877007a

Please sign in to comment.