Skip to content

Commit

Permalink
more explicit exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Jan 24, 2025
1 parent 5587089 commit 017df01
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,17 @@ jobs:
python: 'pypy-3.9'
- os: windows-latest
architecture: x86
java: ['20', '21', '22', '23']

java: '20'
- os: windows-latest
architecture: x86
java: '21'
- os: windows-latest
architecture: x86
java: '22'
- os: windows-latest
architecture: x86
java: '23'

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 017df01

Please sign in to comment.