Skip to content

Commit

Permalink
build(workflows): run with java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Oct 9, 2023
1 parent 620b146 commit 55a59d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
java-version: [ 17, 18 ]
java-version: [ 17, 18, 20 ]

steps:
- name: Checkout Code
Expand Down

0 comments on commit 55a59d6

Please sign in to comment.