Skip to content

Commit

Permalink
Bump CI to OTP 27
Browse files Browse the repository at this point in the history
Move from the OTP 27 release candidate to the OTP 27 stable release.
  • Loading branch information
jb3 committed May 21, 2024
1 parent f956bb3 commit 525b5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: erlef/setup-beam@v1
with:
otp-version: 26
otp-version: 27
elixir-version: 1.16

- uses: actions/cache@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
elixir-version: ['1.14', '1.15', '1.16']
otp-version: ['25', '26', '27.0-rc3']
otp-version: ['25', '26', '27']
exclude:
- elixir-version: '1.14'
otp-version: '27.0-rc3'
Expand Down

0 comments on commit 525b5d0

Please sign in to comment.