Skip to content

Commit

Permalink
Merge pull request #446 from Scalingo/fix/445/tests
Browse files Browse the repository at this point in the history
fix(tests): update nginx default version
  • Loading branch information
Frzk authored Jul 4, 2024
2 parents dd6ef6d + e59cac1 commit f1b4b35
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 f1b4b35

Please sign in to comment.