Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
switch from jdk 17 to 21 in verify-push
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmac committed May 21, 2024
1 parent b25ae1a commit 54c3df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: 'zulu'
cache: 'maven'

Expand Down

0 comments on commit 54c3df3

Please sign in to comment.