Added 2.1.54 and 2.1.55 to github actions

This commit is contained in:
Austin Siew 2022-12-30 20:34:50 -07:00
parent 2ad03ddbc0
commit 0c37ab0f5c

View File

@ -48,6 +48,18 @@ jobs:
- name: Anki 2.1.53 (Qt6)
python: 3.9
environment: py39-anki2.1.53-qt6
- name: Anki 2.1.54 (Qt5)
python: 3.9
environment: py39-anki2.1.54-qt5
- name: Anki 2.1.54 (Qt6)
python: 3.9
environment: py39-anki2.1.54-qt6
- name: Anki 2.1.55 (Qt5)
python: 3.9
environment: py39-anki2.1.55-qt5
- name: Anki 2.1.55 (Qt6)
python: 3.9
environment: py39-anki2.1.55-qt6
fail-fast: false
steps: