Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Signed-off-by: raghav-deepsource <[email protected]>
  • Loading branch information
raghav-deepsource authored Aug 1, 2023
1 parent b8568af commit 7989d04
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [11, 17, 20, 21-ea]
os: [ubuntu-latest, windows-latest]
exclude:
- os: windows-latest
java: 17
- os: windows-latest
java: 20
- os: windows-latest
java: 21-ea



java: [17, 21-ea]
os: [ubuntu-latest]

name: Tests with Java ${{ matrix.java }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7989d04

Please sign in to comment.