Skip to content

Commit

Permalink
Compile and test GEF against both Java 17 and Java 21.
Browse files Browse the repository at this point in the history
With Java 21 being the current LTS, we should ensure that GEF is forward
compatible.
  • Loading branch information
ptziegler committed Oct 23, 2023
1 parent d7638b4 commit d19ad4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [ 17 ]
java: [ 17, 21 ]
runs-on: ${{ matrix.os }}
name: OS ${{ matrix.os }} Java ${{ matrix.java }} compile
steps:
Expand Down

0 comments on commit d19ad4f

Please sign in to comment.