Skip to content

Commit

Permalink
Adding Java 17 to the Github verification workflow
Browse files Browse the repository at this point in the history
Ensure that the plug-ins also is verified with Java 17.
  • Loading branch information
vogella committed May 2, 2024
1 parent 39f6459 commit 580677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [ 8 ]
java: [ 8, 17 ]
# os: [ubuntu-latest, macos-latest]
# java: [ 8, 11 ]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 580677b

Please sign in to comment.