Skip to content

Commit

Permalink
Switch to testing against modern Postgres versions
Browse files Browse the repository at this point in the history
Postgres 9.6 is EOL and 10 will be EOL soon.
  • Loading branch information
chadlwilson committed Mar 17, 2022
1 parent 727cd5f commit 3a480a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/provision-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ function provision() {
step install_awscli

step setup_postgres_repo
step install_postgresql "9.6"
step install_postgresql "10"
step install_postgresql "11"
step install_postgresql "12"
step install_postgresql "13"
step install_postgresql "14"

step install_geckodriver
step install_firefox_dependencies
Expand Down

0 comments on commit 3a480a6

Please sign in to comment.