diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7876471..bb74a01 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,6 +43,12 @@ jobs: - name: Anki 2.1.54 (Qt6) python: 3.9 environment: py39-anki2.1.54-qt6 + - name: Anki 2.1.63 (Qt5) + python: 3.9 + environment: py39-anki2.1.63-qt5 + - name: Anki 2.1.63 (Qt6) + python: 3.9 + environment: py39-anki2.1.63-qt6 - name: Pre-release (2.1.53rc1) python: 3.9 environment: py39-pre-anki2.1.53rc1-qt6 diff --git a/tox.ini b/tox.ini index 51d0d56..da39d6b 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ envlist = py39-anki2.1.52-qt{5,6} py39-anki2.1.53-qt{5,6} py39-anki2.1.54-qt{5,6} + py39-anki2.1.63-qt{5,6} py39-pre-anki2.1.53rc1-qt6 [testenv:.tox]