mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Add postgresql 12.14 to database tests (#88071)
* Add postgre 12.14 to database tests * Rename jobs
This commit is contained in:
parent
66ba0cb1d3
commit
a704e7b40d
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -41,7 +41,11 @@ env:
|
|||||||
# 10.10 is the latest short-term-support
|
# 10.10 is the latest short-term-support
|
||||||
# - 10.10.3 is the latest (as of 6 Feb 2023)
|
# - 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']"
|
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
|
PRE_COMMIT_CACHE: ~/.cache/pre-commit
|
||||||
PIP_CACHE: /tmp/pip-cache
|
PIP_CACHE: /tmp/pip-cache
|
||||||
SQLALCHEMY_WARN_20: 1
|
SQLALCHEMY_WARN_20: 1
|
||||||
@ -954,7 +958,7 @@ jobs:
|
|||||||
python-version: ${{ fromJson(needs.info.outputs.python_versions) }}
|
python-version: ${{ fromJson(needs.info.outputs.python_versions) }}
|
||||||
mariadb-group: ${{ fromJson(needs.info.outputs.mariadb_groups) }}
|
mariadb-group: ${{ fromJson(needs.info.outputs.mariadb_groups) }}
|
||||||
name: >-
|
name: >-
|
||||||
Run recorder tests Python ${{ matrix.python-version }} (${{ matrix.mariadb-group }})
|
Run ${{ matrix.mariadb-group }} tests Python ${{ matrix.python-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install additional OS dependencies
|
- name: Install additional OS dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -1056,7 +1060,7 @@ jobs:
|
|||||||
python-version: ${{ fromJson(needs.info.outputs.python_versions) }}
|
python-version: ${{ fromJson(needs.info.outputs.python_versions) }}
|
||||||
postgresql-group: ${{ fromJson(needs.info.outputs.postgresql_groups) }}
|
postgresql-group: ${{ fromJson(needs.info.outputs.postgresql_groups) }}
|
||||||
name: >-
|
name: >-
|
||||||
Run recorder tests Python ${{ matrix.python-version }} (${{ matrix.postgresql-group }})
|
Run ${{ matrix.postgresql-group }} tests Python ${{ matrix.python-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install additional OS dependencies
|
- name: Install additional OS dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user