Skip to content

Commit 7ced8b9

Browse files
authored
Merge pull request #208 from pinterest/elixir-1.12
2 parents 6e9d1a3 + 44fa938 commit 7ced8b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
matrix:
1919
include:
2020
- pair:
21-
elixir: 1.11
22-
otp: 23
21+
elixir: 1.12
22+
otp: 24
2323
env:
2424
MIX_ENV: test
2525
steps:
@@ -40,8 +40,8 @@ jobs:
4040
matrix:
4141
include:
4242
- pair:
43-
elixir: 1.11
44-
otp: 23
43+
elixir: 1.12
44+
otp: 24
4545
env:
4646
MIX_ENV: dev
4747
steps:
@@ -87,8 +87,8 @@ jobs:
8787
elixir: 1.5
8888
otp: 22
8989
- pair:
90-
elixir: 1.11
91-
otp: 23
90+
elixir: 1.12
91+
otp: 24
9292
coverage: true
9393
env:
9494
MIX_ENV: test

0 commit comments

Comments
 (0)