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 Oct 9, 2024
1 parent 4c49063 commit a183af1
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 a183af1

Please sign in to comment.