Skip to content

Commit

Permalink
Don't test on 3.9.3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Jun 3, 2024
1 parent c32096f commit 11f899a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
fw_version: ['2.15.1', '3.3.2', '3.9.3']
fw_version:
- '2.15.1'
- '3.3.2'
# - '3.9.3'
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 11f899a

Please sign in to comment.