Skip to content

Commit

Permalink
Merge pull request #341 from axelson/test-against-elixir-1-16
Browse files Browse the repository at this point in the history
In CI test against Elixir 1.16
  • Loading branch information
crertel authored May 5, 2024
2 parents 69fb409 + c4cb9ac commit 5bc1c26
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 @@ -20,8 +20,8 @@ jobs:
include:
- elixir: '1.11.4'
otp: '24.2'
- elixir: '1.15.5'
otp: '26.0'
- elixir: '1.16.0'
otp: '26.2'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5bc1c26

Please sign in to comment.