We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0091831 commit 5979ab2Copy full SHA for 5979ab2
1 file changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
fail-fast: false
53
matrix:
54
elixirbase:
55
- - "1.14.5-erlang-23.3.4.9-alpine-3.16.9"
+ - "1.15.6-erlang-25.3.2.6-alpine-3.18.4"
56
postgres:
57
- "16.2-alpine"
58
- "11.11-alpine"
@@ -61,7 +61,7 @@ jobs:
61
pool_count:
62
- "1"
63
include:
64
- - elixirbase: "1.14.5-erlang-23.3.4.9-alpine-3.16.9"
+ - elixirbase: "1.15.6-erlang-25.3.2.6-alpine-3.18.4"
65
postgres: "16.2-alpine"
66
pool_count: "4"
67
steps:
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
mysql:
84
- "5.7"
85
- "8.0"
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
mssql:
101
- "2019"
102
- "2022"
0 commit comments