From f66d7d57f7ed2e2c67ebab32b755c50828dd4ff6 Mon Sep 17 00:00:00 2001 From: "anki-wallpaper[bot]" <105947902+anki-wallpaper[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:23:51 +0000 Subject: [PATCH] Tests: add new environment for Anki 23.12.1 --- .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 7876471..4d93d01 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 23.12.1 (Qt5) + python: 3.9 + environment: py39-anki23.12.1-qt5 + - name: Anki 23.12.1 (Qt6) + python: 3.9 + environment: py39-anki23.12.1-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..1651add 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-anki23.12.1-qt{5,6} py39-pre-anki2.1.53rc1-qt6 [testenv:.tox]