Skip to content

Commit 53c7c74

Browse files
committed
Add latest OTP to CI matrixes
1 parent 9260c18 commit 53c7c74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
elixir_version: '1.18'
11-
otp_version: '27.2'
11+
otp_version: '27.3'
1212

1313
jobs:
1414
credo:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- '1.17'
2020
- '1.16'
2121
otp:
22+
- '27.3'
2223
- '27.2'
23-
- '27.1'
2424
- '26.2'
2525
- '25.3'
2626
exclude:
@@ -31,9 +31,9 @@ jobs:
3131
- elixir: '1.18'
3232
otp: '25.3'
3333
- elixir: '1.16'
34-
otp: '27.2'
34+
otp: '27.3'
3535
- elixir: '1.16'
36-
otp: '27.1'
36+
otp: '27.2'
3737

3838
services:
3939
redis:

0 commit comments

Comments
 (0)