From 55fe56d28bebdaef7b98ac701a4b3b02517dab27 Mon Sep 17 00:00:00 2001 From: iprotsiuk <42197193+iprotsiuk@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:48:35 -0700 Subject: [PATCH] add postgresql 16 tests --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b9d66f09e1d..0ce50d80f15 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - database: [ 'postgresql-11', 'postgresql-15', 'mysql', 'mysql-8' ] + database: [ 'postgresql-11', 'postgresql-15', 'postgresql-16', 'mysql', 'mysql-8' ] container: image: cfidentity/uaa-${{ matrix.database }} volumes: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index ef10b080a13..5c234258a06 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - database: [ 'postgresql-11', 'postgresql-15', 'mysql', 'mysql-8' ] + database: [ 'postgresql-11', 'postgresql-15', 'postgresql-16', 'mysql', 'mysql-8' ] container: image: cfidentity/uaa-${{ matrix.database }} volumes: