From 30c99646d9be2547743b1e66673af2e9b846d509 Mon Sep 17 00:00:00 2001 From: Marco Libanori Date: Fri, 3 May 2024 17:11:34 +0200 Subject: [PATCH] Add test job to release workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6db0ab5..27cf413 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [ "3.7.2", "3.8.3", "3.9.4", "3.10.2", "3.11.3", "3.12.3", "3.13.3", "3.14.4" ] + # 3.8.3 not found + version: [ "3.7.2", "3.8.2", "3.9.4", "3.10.2", "3.11.3", "3.12.3", "3.13.3", "3.14.4" ] steps: - name: Checkout uses: actions/checkout@v2