Skip to content

Commit 25637fd

Browse files
committed
Run conformance tests on latest Elixir/Erlang
1 parent 6325490 commit 25637fd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/latest_conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
include:
22-
- otp: 26.0
23-
elixir: 1.16.3
22+
- otp: 28.0
23+
elixir: 1.19.4
2424

2525
env:
2626
MIX_ENV: test

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ jobs:
125125
strategy:
126126
fail-fast: false
127127
matrix:
128-
otp: [26.0]
129-
elixir: [1.16.3]
128+
otp: [28.0]
129+
elixir: [1.19.4]
130130

131131
env:
132132
MIX_ENV: test

0 commit comments

Comments
 (0)