Skip to content

Commit e3bf17b

Browse files
committed
Use only 1.17.0/OTP 27 and 1.9.3/OTP 22 on CI
1 parent 3d0d7b5 commit e3bf17b

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
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: 24.0
23-
elixir: 1.14.0
22+
- otp: 27.0
23+
elixir: 1.17.0
2424

2525
env:
2626
MIX_ENV: test

.github/workflows/main.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@ jobs:
1717
include:
1818
- otp: 27.0
1919
elixir: 1.17.0
20-
- otp: 26.0
21-
elixir: 1.15.7
22-
lint: true
23-
integration: true
24-
coverage: true
25-
- otp: 25.0
26-
elixir: 1.14.5
27-
- otp: 25.0
28-
elixir: 1.13.4
29-
- otp: 24.0
30-
elixir: 1.12.3
31-
- otp: 23.3
32-
elixir: 1.11.4
33-
- otp: 23.3
34-
elixir: 1.10.4
3520
- otp: 22.3
3621
elixir: 1.9.4
3722

@@ -137,8 +122,8 @@ jobs:
137122
strategy:
138123
fail-fast: false
139124
matrix:
140-
otp: [24.2]
141-
elixir: [1.13.1]
125+
otp: [27.0]
126+
elixir: [1.17.0]
142127

143128
env:
144129
MIX_ENV: test

0 commit comments

Comments
 (0)