Skip to content

Commit 8ce6812

Browse files
committed
Update Elixir and OTP versions in CI matrixes
1 parent b2412be commit 8ce6812

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches: [master, v2]
88

99
env:
10-
elixir_version: '1.17'
11-
otp_version: '27.0'
10+
elixir_version: '1.18'
11+
otp_version: '27.2'
1212

1313
jobs:
1414
credo:

.github/workflows/test.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,19 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
elixir:
18+
- '1.18'
1819
- '1.17'
1920
- '1.16'
20-
- '1.15'
2121
otp:
22-
- '27.0'
22+
- '27.2'
23+
- '27.1'
2324
- '26.2'
2425
- '25.3'
25-
- '24.3'
2626
exclude:
27-
- elixir: '1.17'
28-
otp: '24.3'
2927
- elixir: '1.16'
30-
otp: '27.0'
31-
- elixir: '1.15'
32-
otp: '27.0'
28+
otp: '27.2'
29+
- elixir: '1.16'
30+
otp: '27.1'
3331

3432
services:
3533
postgres:

0 commit comments

Comments
 (0)