Skip to content

Commit 7938a4f

Browse files
committed
Test against Elixir 1.16 and Erlang/OTP 27 in CI
1 parent 984bc07 commit 7938a4f

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
@@ -53,6 +53,9 @@ jobs:
5353
os: ubuntu-22.04
5454
- elixir: 1.15.x
5555
otp: 26
56+
os: ubuntu-22.04
57+
- elixir: 1.16.x
58+
otp: 27
5659
os: ubuntu-latest
5760
warnings_as_errors: true
5861
env:
@@ -94,8 +97,8 @@ jobs:
9497
- uses: actions/checkout@v2
9598
- uses: erlef/setup-beam@v1
9699
with:
97-
otp-version: 26
98-
elixir-version: 1.15.x
100+
otp-version: 27
101+
elixir-version: 1.16.x
99102
- name: Install Dependencies
100103
run: |
101104
mix local.hex --force

0 commit comments

Comments
 (0)