Skip to content

Commit

Permalink
CI OTP versions: Remove 25.0, add 25.3, remove 25.1, add 26.1; Elixir…
Browse files Browse the repository at this point in the history
… versions are 1.4.5 and 1.15.7
  • Loading branch information
leikind committed Nov 30, 2023
1 parent 6d9774e commit f684f7a
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 @@ -6,8 +6,8 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['24.3', '25.0', '25.1']
elixir: ['1.13.4']
otp: ['24.3', '25.3', '26.1']
elixir: ['1.14.5', '1.15.7']
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit f684f7a

Please sign in to comment.