Skip to content

Commit

Permalink
Add test job to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kerny3d committed May 3, 2024
1 parent 0283813 commit 30c9964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30c9964

Please sign in to comment.