mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-23 18:34:19 +02:00
ci: support one year of Home Assistant releases (#1546)
This commit is contained in:
parent
0003655828
commit
a04a533f45
5 changed files with 30 additions and 86 deletions
30
.github/workflows/pytest.yaml
vendored
30
.github/workflows/pytest.yaml
vendored
|
|
@ -14,24 +14,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- core-version: "2024.12.5"
|
||||
python-version: "3.12"
|
||||
- core-version: "2025.1.4"
|
||||
python-version: "3.12"
|
||||
- core-version: "2025.2.5"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.3.4"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.4.4"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.5.3"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.6.3"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.7.4"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.8.3"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.9.4"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.10.4"
|
||||
|
|
@ -46,7 +28,17 @@ jobs:
|
|||
python-version: "3.13"
|
||||
- core-version: "2026.3.4"
|
||||
python-version: "3.14.2"
|
||||
- core-version: "2026.4.3"
|
||||
- core-version: "2026.4.4"
|
||||
python-version: "3.14.2"
|
||||
- core-version: "2026.5.4"
|
||||
python-version: "3.14.2"
|
||||
- core-version: "2026.6.4"
|
||||
python-version: "3.14.2"
|
||||
- core-version: "2026.7.4"
|
||||
python-version: "3.14.2"
|
||||
- core-version: "2026.8.3"
|
||||
python-version: "3.14.2"
|
||||
- core-version: "2026.9.1"
|
||||
python-version: "3.14.2"
|
||||
- core-version: "dev"
|
||||
python-version: "3.14.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue