Update test_panasonic_heatpump.yml

This commit is contained in:
ElVit 2025-11-24 21:40:43 +01:00 committed by GitHub
parent 702a5e1208
commit a5dc18206a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
esphome-version: ['2024.11.0', 'latest']
esphome-version: ['2025.10.0', 'latest']
board: ['esp32dev']
exclude:
- esphome-version: '2024.11.0'
- esphome-version: '2025.10.0'
board: 'lolin_s2_mini'
steps:
- name: Checkout repository