Skip to content

Commit ed9f287

Browse files
committed
Revert version changes for conformance tests
They fail on newer versions
1 parent e3bf17b commit ed9f287

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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: 27.0
23-
elixir: 1.17.0
22+
- otp: 24.2
23+
elixir: 1.14
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
@@ -122,8 +122,8 @@ jobs:
122122
strategy:
123123
fail-fast: false
124124
matrix:
125-
otp: [27.0]
126-
elixir: [1.17.0]
125+
otp: [24.2]
126+
elixir: [1.14]
127127

128128
env:
129129
MIX_ENV: test

0 commit comments

Comments
 (0)