From cfcb1616ce23bb16714f9e577b5ac624179f7cd6 Mon Sep 17 00:00:00 2001 From: oakkitten Date: Tue, 7 Jun 2022 23:46:52 +0100 Subject: [PATCH] Tests: add environments for Anki 2.1.51 to 53 --- .github/workflows/tests.yml | 18 ++++++++++++++++++ tox.ini | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4d2ac11..537d0ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,24 @@ jobs: - name: Anki 2.1.50 (Qt6) python: 3.9 environment: py39-anki2.1.50-qt6 + - name: Anki 2.1.51 (Qt5) + python: 3.9 + environment: py39-anki2.1.51-qt5 + - name: Anki 2.1.51 (Qt6) + python: 3.9 + environment: py39-anki2.1.51-qt6 + - name: Anki 2.1.52 (Qt5) + python: 3.9 + environment: py39-anki2.1.52-qt5 + - name: Anki 2.1.52 (Qt6) + python: 3.9 + environment: py39-anki2.1.52-qt6 + - name: Anki 2.1.53 (Qt5) + python: 3.9 + environment: py39-anki2.1.53-qt5 + - name: Anki 2.1.53 (Qt6) + python: 3.9 + environment: py39-anki2.1.53-qt6 fail-fast: false steps: diff --git a/tox.ini b/tox.ini index b1ba085..015f09f 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,7 @@ requires = pypi-timemachine envlist = py38-anki2.1.{45,46,47,48,49} - py39-anki2.1.50-qt{5,6} + py39-anki2.1.{50,51,52,53}-qt{5,6} [testenv:.tox] install_command =