Skip to content

Commit

Permalink
Add OTP 26.1 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tompave committed Nov 26, 2023
1 parent ef7ed67 commit ae51637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
elixir_version: '1.15'
otp_version: '26.0'
otp_version: '26.1'

jobs:
credo:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
- '1.14'
- '1.13'
otp:
- '26.1'
- '26.0'
- '25.3'
- '24.3'
exclude:
- elixir: '1.13'
otp: '26.1'
- elixir: '1.13'
otp: '26.0'

Expand Down

0 comments on commit ae51637

Please sign in to comment.