Skip to content

Commit

Permalink
Neem Java 17 en 21 op in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Jul 9, 2024
1 parent 8e29f1a commit d575c2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
runs-on: ubuntu-latest
needs: check_keystore
strategy:
fail-fast: false
matrix:
java: [ 11 ]
java: [ 11, 17, 21 ]
java-dist: [ 'temurin' ]

steps:
Expand Down

0 comments on commit d575c2d

Please sign in to comment.