Skip to content

Commit 6e299d5

Browse files
committed
Add CI for OTP 26 & Elixir 1.15
1 parent fa3da60 commit 6e299d5

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
@@ -50,6 +50,9 @@ jobs:
5050
os: ubuntu-20.04
5151
- elixir: 1.14.x
5252
otp: 25
53+
os: ubuntu-22.04
54+
- elixir: 1.15.x
55+
otp: 26
5356
os: ubuntu-latest
5457
warnings_as_errors: true
5558
env:
@@ -91,8 +94,8 @@ jobs:
9194
- uses: actions/checkout@v2
9295
- uses: erlef/setup-beam@v1
9396
with:
94-
otp-version: 25
95-
elixir-version: 1.14.x
97+
otp-version: 26
98+
elixir-version: 1.15.x
9699
- name: Install Dependencies
97100
run: |
98101
mix local.hex --force

0 commit comments

Comments
 (0)