We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9260c18 commit 53c7c74Copy full SHA for 53c7c74
.github/workflows/quality.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
elixir_version: '1.18'
11
- otp_version: '27.2'
+ otp_version: '27.3'
12
13
jobs:
14
credo:
.github/workflows/test.yml
@@ -19,8 +19,8 @@ jobs:
19
- '1.17'
20
- '1.16'
21
otp:
22
+ - '27.3'
23
- '27.2'
- - '27.1'
24
- '26.2'
25
- '25.3'
26
exclude:
@@ -31,9 +31,9 @@ jobs:
31
- elixir: '1.18'
32
otp: '25.3'
33
- elixir: '1.16'
34
- otp: '27.2'
+ otp: '27.3'
35
36
- otp: '27.1'
+ otp: '27.2'
37
38
services:
39
redis:
0 commit comments