Skip to content

Commit

Permalink
add postgresql 16 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iprotsiuk committed Jun 20, 2024
1 parent 2a45920 commit 55fe56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 55fe56d

Please sign in to comment.