Skip to content

Commit f833e9a

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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:
@@ -79,7 +79,7 @@ jobs:
7979
fail-fast: false
8080
matrix:
8181
elixirbase:
82-
- "1.11.4-erlang-23.3.4.9-alpine-3.16.9"
82+
- "1.14.5-erlang-23.3.4.9-alpine-3.16.9"
8383
mysql:
8484
- "5.7"
8585
- "8.0"
@@ -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)