Skip to content

Commit 5f1a7a5

Browse files
committed
Supports building with Java 21
1 parent e91ab31 commit 5f1a7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
java: ['17']
14+
java: ['17', '21']
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
java: ['17']
11+
java: ['17', '21']
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)