From 3515e382b8ac0c204b80e7c91b4f040c9826af10 Mon Sep 17 00:00:00 2001 From: Alone Date: Mon, 8 Jan 2024 13:15:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20improve=20validate=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 86a203d55..a6a823ad2 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -31,7 +31,7 @@ jobs: name: With Home Assistant strategy: matrix: - channel: [stable, beta, "2022.11.0"] + channel: [stable, dev, "2023.1.0"] runs-on: ubuntu-latest steps: - name: 📥 Checkout the repository