Skip to content

Commit

Permalink
CI: Add testing against HA 2024.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dext0r committed Apr 8, 2024
1 parent bd09209 commit fc7b4d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
python-version: '3.11'
- ha-version: '2024.2'
python-version: '3.12'
- ha-version: '2024.4'
python-version: '3.12'
latest: true
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions tests/requirements_2024.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest-homeassistant-custom-component==0.13.112
aiohttp-cors==0.7.0
home_assistant_intents==2024.2.2
hassil==1.5.1

0 comments on commit fc7b4d3

Please sign in to comment.