Skip to content

Commit

Permalink
Move to JDK20
Browse files Browse the repository at this point in the history
  • Loading branch information
heySourabh committed Aug 9, 2023
1 parent 8e3aff9 commit d7ad175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 18
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: '18'
java-version: '20'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7ad175

Please sign in to comment.