Skip to content

Commit

Permalink
switch build jdk to 17 due to sonarcloud requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
devlauer committed Feb 9, 2024
1 parent dbb2158 commit 5d50937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11' ]
java: [ '17' ]
name: Verify source code changes on Java ${{ matrix.Java }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 5d50937

Please sign in to comment.