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 Jun 19, 2024
1 parent d8e3c5c commit 7f50af8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '26'
otp-version: '27'
elixir-version: '1.16'
- uses: actions/cache@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

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

- uses: actions/cache@v4
env:
base-key: 26-1.16
base-key: 27-1.16
with:
path: |
_build
Expand All @@ -48,10 +48,10 @@ 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'
otp-version: '27'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7f50af8

Please sign in to comment.