From a973c9c62ce8c91839f9fa007c6a56e4051cfa1a Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 20 Dec 2023 12:08:19 +0530 Subject: [PATCH] Remove EPAS 11 and add EPAS 16 in the GitHub actions. --- .github/workflows/run-feature-tests-epas.yml | 2 +- .github/workflows/run-python-tests-epas.yml | 2 +- docs/en_US/release_notes_8_2.rst | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-feature-tests-epas.yml b/.github/workflows/run-feature-tests-epas.yml index 07397a6bc..dfac45fa4 100644 --- a/.github/workflows/run-feature-tests-epas.yml +++ b/.github/workflows/run-feature-tests-epas.yml @@ -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 diff --git a/.github/workflows/run-python-tests-epas.yml b/.github/workflows/run-python-tests-epas.yml index 093d5c875..8e526c712 100644 --- a/.github/workflows/run-python-tests-epas.yml +++ b/.github/workflows/run-python-tests-epas.yml @@ -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 }} diff --git a/docs/en_US/release_notes_8_2.rst b/docs/en_US/release_notes_8_2.rst index 5b83a7c62..13e7f9938 100644 --- a/docs/en_US/release_notes_8_2.rst +++ b/docs/en_US/release_notes_8_2.rst @@ -30,3 +30,4 @@ Housekeeping Bug fixes ********* + | `Issue #6781 `_ - Fixed an issue where export servers was not adding extension if not specified.