Skip to content

Commit

Permalink
Merge pull request #562 from Kraigie/jb3-otp-rc
Browse files Browse the repository at this point in the history
Add OTP 27.0-rc3 to our test matrix
  • Loading branch information
jb3 authored Apr 25, 2024
2 parents 659fc6a + fe96c9c commit c34a563
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
strategy:
matrix:
elixir-version: ['1.14', '1.15', '1.16']
otp-version: ['25', '26']
otp-version: ['25', '26', '27.0-rc3']
exclude:
- elixir-version: '1.14'
otp-version: '27.0-rc3'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit c34a563

Please sign in to comment.