We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293ec81 commit 0fcb063Copy full SHA for 0fcb063
installer/lib/phx_new/generator.ex
@@ -326,7 +326,7 @@ defmodule Phx.New.Generator do
326
elixir_install_bin_path: from_elixir_install && elixir_install_bin_path(),
327
inside_docker_env?: inside_docker_env?,
328
agents_md: agents_md,
329
- config_regex_E: Version.match?(System.version(), "~> 1.19.3") && "E" || ""
+ config_regex_E: Version.match?(System.version(), "~> 1.19.3 or ~> 1.20") && "E" || ""
330
]
331
332
%{project | binding: binding}
0 commit comments