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 Aug 30, 2024
1 parent ae5b4ca commit 8d34a95
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 8d34a95

Please sign in to comment.