Skip to content

Commit

Permalink
chore(ci): update ci jdks
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Oct 14, 2022
1 parent d7f15aa commit 4c5d63a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ on: [ push, pull_request ]
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
java: [ 8, 11, 17, 18, 19-ea ]
java: [ 8, 11, 17, 19, 20-ea ]
fail-fast: false
max-parallel: 64
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down

0 comments on commit 4c5d63a

Please sign in to comment.