From ff5fe79fd7d9a5909d3368813266b744bfad4274 Mon Sep 17 00:00:00 2001 From: opeco17 Date: Sat, 9 Mar 2024 02:08:36 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f1bc3a..ba34d53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: matrix: os: [Ubuntu, macOS, Windows] python-version: ["3.8", "3.9", "3.10", "3.11"] + poetry-version: ["1.7.0", "1.8.0"] include: - os: Ubuntu image: ubuntu-latest