Skip to content

Commit 5fca87c

Browse files
committed
Test against Elixir 1.17 and Erlang/OTP 27
1 parent 2967f69 commit 5fca87c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
os: ubuntu-22.04
5757
- elixir: 1.16.x
5858
otp: 26
59+
os: ubuntu-22.04
60+
- elixir: 1.17.x
61+
otp: 27
5962
os: ubuntu-latest
6063
warnings_as_errors: true
6164
env:
@@ -97,8 +100,8 @@ jobs:
97100
- uses: actions/checkout@v2
98101
- uses: erlef/setup-beam@v1
99102
with:
100-
otp-version: 26
101-
elixir-version: 1.16.x
103+
otp-version: 27
104+
elixir-version: 1.17.x
102105
- name: Install Dependencies
103106
run: |
104107
mix local.hex --force

0 commit comments

Comments
 (0)