Skip to content

Commit

Permalink
Correct version with jdk in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Oct 27, 2023
1 parent 44f3dc4 commit b1a3277
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest
jdk: 17
- os: ubuntu-latest
jdk: 21
- os: windows-latest
jdk: 17
- os: windows-latest
jdk: 21
jdk: [17, 21]
os: [windows-latest, ubuntu-latest]
fail-fast: false
max-parallel: 4
timeout-minutes: 15
Expand Down

0 comments on commit b1a3277

Please sign in to comment.