Skip to content

Commit ca04225

Browse files
committed
Bump Elixir version in CI and remove use of slim image
Slim image causes issues with certificates, such as this error: ** (EXIT from #PID<0.95.0>) an exception was raised: ** (CaseClauseError) no case clause matching: :undefined (public_key 1.16.1) pubkey_os_cacerts.erl:40: :pubkey_os_cacerts.get/0 (mix 1.17.2) lib/mix/utils.ex:664: Mix.Utils.read_httpc/1 (mix 1.17.2) lib/mix/utils.ex:576: anonymous fn/2 in Mix.Utils.read_path/2 (elixir 1.17.2) lib/task/supervised.ex:101: Task.Supervised.invoke_mfa/2 (elixir 1.17.2) lib/task/supervised.ex:36: Task.Supervised.reply/4
1 parent 3336afe commit ca04225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ecto32:
3535
runs-on: ubuntu-latest
3636
container:
37-
image: elixir:1.15.7-slim
37+
image: elixir:1.17.2
3838
services:
3939
postgres:
4040
image: postgres:14

0 commit comments

Comments
 (0)