Skip to content

Commit

Permalink
SIVA-527 Update github workflow configuration to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoMattus committed Dec 19, 2023
1 parent d84122a commit e5b24af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/siva-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
java: [ 11 ]
java: [ 17 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down

0 comments on commit e5b24af

Please sign in to comment.