Skip to content

Commit e7f090c

Browse files
authored
Merge pull request #8 from betagouv/update_pg_version
Mise à jour de la version de pgsql
2 parents 1f0e0fa + 0f3e91d commit e7f090c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: ankane/setup-postgres@v1
99
with:
10-
postgres-version: 15
10+
postgres-version: 16
1111
- uses: actions/checkout@v4
1212
- name: Set up Ruby
1313
uses: ruby/setup-ruby@v1

lib/etl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize(app:, etl_db_url:, rdv_db_url:, config_path:, metabase_username:)
2424

2525
def run
2626
# only useful on Scalingo apps
27-
run_command "dbclient-fetcher pgsql 15" if find_executable('dbclient-fetcher')
27+
run_command "dbclient-fetcher pgsql 16" if find_executable('dbclient-fetcher')
2828

2929
# STEP : load anonymizer config
3030
@config = Anonymizer::Config.new(YAML.safe_load(File.read(config_path)))

0 commit comments

Comments
 (0)