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: