Skip to content

Commit 0fcb063

Browse files
SteffenDEjosevalim
andauthored
Update installer/lib/phx_new/generator.ex
Co-authored-by: José Valim <[email protected]>
1 parent 293ec81 commit 0fcb063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/lib/phx_new/generator.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ defmodule Phx.New.Generator do
326326
elixir_install_bin_path: from_elixir_install && elixir_install_bin_path(),
327327
inside_docker_env?: inside_docker_env?,
328328
agents_md: agents_md,
329-
config_regex_E: Version.match?(System.version(), "~> 1.19.3") && "E" || ""
329+
config_regex_E: Version.match?(System.version(), "~> 1.19.3 or ~> 1.20") && "E" || ""
330330
]
331331

332332
%{project | binding: binding}

0 commit comments

Comments
 (0)