Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 21de791

Browse files
committed
chore: drop jdk 19 support for now
1 parent 089fb86 commit 21de791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
os: [ ubuntu-latest, macos-latest, windows-latest ]
36-
java: [ 17, 19 ]
36+
java: [ 17 ]
3737
needs: [ validation, commitlint ]
3838
runs-on: ${{ matrix.os }}
3939
steps:

0 commit comments

Comments
 (0)