Skip to content

Commit 96c9468

Browse files
wip
1 parent e4978f6 commit 96c9468

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
java-version: '11'
2020
distribution: 'adopt'
21+
- name: Set up JDK 21
22+
uses: actions/setup-java@v4
23+
with:
24+
java-version: '21'
25+
distribution: 'adopt'
2126
- name: Setup Gradle and Build LuceeDebug Java Agent
2227
uses: gradle/gradle-build-action@v2
2328
with:

0 commit comments

Comments
 (0)