Skip to content

Commit 6f1f76f

Browse files
committed
chore(ci): update CI JDKs
1 parent f21a209 commit 6f1f76f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# https://docs.github.com/en/actions/quickstart
33

44
name: CI
5-
on: [ push, pull_request ]
5+
on: [ push, pull_request, workflow_dispatch ]
66
jobs:
77
test:
88
runs-on: ubuntu-latest
9+
timeout-minutes: 5
910
strategy:
1011
matrix:
11-
java: [ 11, 17, 18, 19 ]
12+
java: [ 11, 17, 21 ]
1213
fail-fast: false
1314
max-parallel: 64
1415
name: Test JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)