Skip to content

Commit c0a919a

Browse files
committed
Use Java 17
1 parent c168086 commit c0a919a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v4
2121
with:
2222
distribution: 'zulu'
23-
java-version: '21'
23+
java-version: '17'
2424
cache: 'maven'
2525
# - name: Start broker
2626
# run: ci/start-broker.sh

0 commit comments

Comments
 (0)