Skip to content

Commit

Permalink
Make otp versions less strict on CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Jul 25, 2023
1 parent e11c8e7 commit 303afd6
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 @@ -14,9 +14,9 @@ jobs:
matrix:
include:
- elixir: '1.11'
otp: '23.3'
otp: '23'
- elixir: '1.15'
otp: '26.0'
otp: '26'
check_formatted: true

steps:
Expand Down

0 comments on commit 303afd6

Please sign in to comment.