From 0d5af887e542408b8667badc205225f720533687 Mon Sep 17 00:00:00 2001 From: Artem Sorokin Date: Sun, 13 Oct 2024 15:52:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=82=D0=B5=D1=81=D1=82=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB=D1=8F=202024.6-2024.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caeafe4..9d993ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,16 @@ jobs: python-version: '3.12' - ha-version: '2024.5' python-version: '3.12' + - ha-version: '2024.6' + python-version: '3.12' + - ha-version: '2024.7' + python-version: '3.12' + - ha-version: '2024.8' + python-version: '3.12' + - ha-version: '2024.9' + python-version: '3.12' + - ha-version: '2024.10' + python-version: '3.12' steps: - uses: actions/checkout@v4