Skip to content

Commit

Permalink
tests: bump version of postgresql from 10 to 12
Browse files Browse the repository at this point in the history
django 4.2 requires postgresql 12 and above.
  • Loading branch information
dmsimard committed Feb 11, 2024
1 parent f3e0ece commit e04aba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vars/postgresql_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ara_api_configure_cron: true
# The host is defined dynamically based on the address of the database server
# ara_api_database_host: 127.0.0.1
_postgresql_container_name: ara-postgresql-tests
_postgresql_image_name: docker.io/postgres:10
_postgresql_image_name: docker.io/postgres:12

0 comments on commit e04aba8

Please sign in to comment.