We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2412be commit 8ce6812Copy full SHA for 8ce6812
.github/workflows/quality.yml
@@ -7,8 +7,8 @@ on:
7
branches: [master, v2]
8
9
env:
10
- elixir_version: '1.17'
11
- otp_version: '27.0'
+ elixir_version: '1.18'
+ otp_version: '27.2'
12
13
jobs:
14
credo:
.github/workflows/test.yml
@@ -15,21 +15,19 @@ jobs:
15
fail-fast: false
16
matrix:
17
elixir:
18
+ - '1.18'
19
- '1.17'
20
- '1.16'
- - '1.15'
21
otp:
22
- - '27.0'
+ - '27.2'
23
+ - '27.1'
24
- '26.2'
25
- '25.3'
- - '24.3'
26
exclude:
27
- - elixir: '1.17'
28
- otp: '24.3'
29
- elixir: '1.16'
30
- otp: '27.0'
31
- - elixir: '1.15'
32
+ otp: '27.2'
+ - elixir: '1.16'
+ otp: '27.1'
33
34
services:
35
postgres:
0 commit comments