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 Jan 29, 2024
1 parent fef614c commit 239db38
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 239db38

Please sign in to comment.