Skip to content

Commit

Permalink
fix(tests): update nginx default version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzk committed Jul 3, 2024
1 parent dd6ef6d commit e59cac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ declare -gA default_composer

# Defaults for scalingo-20:
default_php["scalingo-20"]="8.1."
default_nginx["scalingo-20"]="1.20."
default_nginx["scalingo-20"]="1.26."
default_composer["scalingo-20"]="2.7."

# Defaults for scalingo-22:
default_php["scalingo-22"]="8.1."
default_nginx["scalingo-22"]="1.22."
default_nginx["scalingo-22"]="1.26."
default_composer["scalingo-22"]="2.7."


Expand Down

0 comments on commit e59cac1

Please sign in to comment.