Skip to content

Commit caca4f7

Browse files
authored
Merge pull request #25 from tompave/bump_ci
Update CI matrixes
2 parents 78c4ea4 + c8dce3c commit caca4f7

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
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]
88

99
env:
10-
elixir_version: '1.13'
11-
otp_version: '24.3'
10+
elixir_version: '1.14'
11+
otp_version: '25.1'
1212

1313
jobs:
1414
credo:

.github/workflows/test.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,29 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
elixir:
18+
- '1.14'
1819
- '1.13'
1920
- '1.12'
2021
- '1.11'
2122
otp:
23+
- '25.1'
24+
- '25.0'
2225
- '24.3'
23-
- '24.2'
2426
- '23.3'
2527
- '22.3'
26-
# exclude:
27-
# - elixir: '1.10'
28-
# otp: '24.1'
28+
exclude:
29+
- elixir: '1.14'
30+
otp: '23.3'
31+
- elixir: '1.14'
32+
otp: '22.3'
33+
- elixir: '1.12'
34+
otp: '25.1'
35+
- elixir: '1.12'
36+
otp: '25.0'
37+
- elixir: '1.11'
38+
otp: '25.1'
39+
- elixir: '1.11'
40+
otp: '25.0'
2941

3042
services:
3143
redis:

0 commit comments

Comments
 (0)