diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b3ae1c1f907..22abfc6d524 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,11 @@ env: # 10.10 is the latest short-term-support # - 10.10.3 is the latest (as of 6 Feb 2023) MARIADB_VERSIONS: "['mariadb:10.3.32','mariadb:10.6.10','mariadb:10.10.3']" - POSTGRESQL_VERSIONS: "['postgres:15.0']" + # 12 is the oldest supported version + # - 12.14 is the latest (as of 9 Feb 2023) + # 15 is the latest version + # - 15.2 is the latest (as of 9 Feb 2023) + POSTGRESQL_VERSIONS: "['postgres:12.14','postgres:15.2']" PRE_COMMIT_CACHE: ~/.cache/pre-commit PIP_CACHE: /tmp/pip-cache SQLALCHEMY_WARN_20: 1 @@ -954,7 +958,7 @@ jobs: python-version: ${{ fromJson(needs.info.outputs.python_versions) }} mariadb-group: ${{ fromJson(needs.info.outputs.mariadb_groups) }} name: >- - Run recorder tests Python ${{ matrix.python-version }} (${{ matrix.mariadb-group }}) + Run ${{ matrix.mariadb-group }} tests Python ${{ matrix.python-version }} steps: - name: Install additional OS dependencies run: | @@ -1056,7 +1060,7 @@ jobs: python-version: ${{ fromJson(needs.info.outputs.python_versions) }} postgresql-group: ${{ fromJson(needs.info.outputs.postgresql_groups) }} name: >- - Run recorder tests Python ${{ matrix.python-version }} (${{ matrix.postgresql-group }}) + Run ${{ matrix.postgresql-group }} tests Python ${{ matrix.python-version }} steps: - name: Install additional OS dependencies run: |