Skip to content

Commit

Permalink
Supoprt Elixir 17.x / Erlang OTP 27.x in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Aug 16, 2024
1 parent 9f3d378 commit 80650c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
matrix:
include:
- pair:
elixir: 1.11.4
otp: 22.3
elixir: 1.11.x
otp: 22.x
- pair:
elixir: 1.15.7
otp: 26.1
elixir: 1.17.x
otp: 27.x
lint: lint
steps:
- name: Install inotify-tools
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
matrix:
include:
- pair:
elixir: 1.11.4
otp: 22.3
elixir: 1.11.x
otp: 22.x
- pair:
elixir: 1.15.7
otp: 26.1
elixir: 1.17.x
otp: 27.x

steps:
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 80650c5

Please sign in to comment.