Remove EPAS 11 and add EPAS 16 in the GitHub actions.

pull/7031/head
Akshay Joshi 2023-12-20 12:08:19 +05:30
parent 2d60bc2800
commit a973c9c62c
3 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pgver: [11, 12, 13, 14, 15]
pgver: [12, 13, 14, 15, 16]
runs-on: ubuntu-latest

View File

@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-latest]
pgver: [11, 12, 13, 14, 15]
pgver: [12, 13, 14, 15, 16]
runs-on: ${{ matrix.os }}

View File

@ -30,3 +30,4 @@ Housekeeping
Bug fixes
*********
| `Issue #6781 <https://github.com/pgadmin-org/pgadmin4/issues/6781>`_ - Fixed an issue where export servers was not adding extension if not specified.