Skip to content

Commit 07ecdf5

Browse files
committed
Try bumping integration suite to run on elixir 1.14
1 parent bc55c5b commit 07ecdf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
elixirbase:
55-
- "1.11.4-erlang-23.3.4.9-alpine-3.16.9"
55+
- "1.14.5-erlang-23.3.4.9-alpine-3.16.9"
5656
postgres:
5757
- "16.2-alpine"
5858
- "11.11-alpine"
@@ -61,7 +61,7 @@ jobs:
6161
pool_count:
6262
- "1"
6363
include:
64-
- elixirbase: "1.11.4-erlang-23.3.4.9-alpine-3.16.9"
64+
- elixirbase: "1.14.5-erlang-23.3.4.9-alpine-3.16.9"
6565
postgres: "16.2-alpine"
6666
pool_count: "4"
6767
steps:
@@ -96,7 +96,7 @@ jobs:
9696
fail-fast: false
9797
matrix:
9898
elixirbase:
99-
- "1.11.4-erlang-23.3.4.9-alpine-3.16.9"
99+
- "1.14.5-erlang-23.3.4.9-alpine-3.16.9"
100100
mssql:
101101
- "2017"
102102
- "2019"

0 commit comments

Comments
 (0)