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.
2 parents 6e9d1a3 + 44fa938 commit 7ced8b9Copy full SHA for 7ced8b9
.github/workflows/ci.yml
@@ -18,8 +18,8 @@ jobs:
18
matrix:
19
include:
20
- pair:
21
- elixir: 1.11
22
- otp: 23
+ elixir: 1.12
+ otp: 24
23
env:
24
MIX_ENV: test
25
steps:
@@ -40,8 +40,8 @@ jobs:
40
41
42
43
44
45
46
MIX_ENV: dev
47
@@ -87,8 +87,8 @@ jobs:
87
elixir: 1.5
88
otp: 22
89
90
91
92
coverage: true
93
94
0 commit comments