Skip to content

Commit

Permalink
Update OTP/Erlang versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
voltone committed Sep 25, 2024
1 parent e6f436a commit 9e1f21e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['23.3', '24.3', '25.0']
elixir: ['1.12.3', '1.13.4']
otp: ['25.3', '26.2']
elixir: ['1.15.7', '1.16.3', '1.17.3']
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 9e1f21e

Please sign in to comment.