From 3d54f98b79a802283e384c2998e07381242a35d7 Mon Sep 17 00:00:00 2001 From: "anki-delay-siblings[bot]" <106200480+anki-delay-siblings[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:32:04 +0000 Subject: [PATCH] Tests: add new environment for Anki 2.1.57 --- .github/workflows/tests.yml | 6 ++++++ tox.ini | 1 + 2 files changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb6bd20..1ae256d 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.57 (Qt5) + python: 3.9 + environment: py39-anki2.1.57-qt5 + - name: Anki 2.1.57 (Qt6) + python: 3.9 + environment: py39-anki2.1.57-qt6 - name: Pre-release (2.1.55b3) python: 3.9 environment: py39-pre-anki2.1.55b3-qt6 diff --git a/tox.ini b/tox.ini index dc91500..b492389 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,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.57-qt{5,6} py39-pre-anki2.1.55b3-qt6 [testenv:.tox]