Skip to content

Commit

Permalink
Adding Java LTS releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mxro committed Jul 28, 2023
1 parent a5522cf commit f9ad955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [ 20 ]
java: [ 11, 17, 20 ]
name: Java ${{ matrix.java }} test
steps:
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit f9ad955

Please sign in to comment.