Skip to content

Commit

Permalink
add java 17 and 21
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly authored Jan 31, 2025
1 parent 013df64 commit 05757a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
matrix:
mongo: ${{ fromJson(needs.matrix.outputs.version_matrix) }}
driver: ${{ fromJson(needs.matrix.outputs.driver_latest) }}
java: [ 11 ]
java: [ 11, 17, 21 ]
uses: evanchooly/workflows/.github/workflows/build.yml@master
secrets:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
Expand All @@ -99,7 +99,7 @@ jobs:
fail-fast: false
matrix:
driver: ${{ fromJson(needs.matrix.outputs.driver_matrix) }}
java: [ 11 ]
java: [ 11, 17, 21 ]
mongo: [ 7 ]
include:
- java: 21
Expand Down Expand Up @@ -140,4 +140,4 @@ jobs:
workflow: Docs
repo: MorphiaOrg/morphia-docs
token: ${{ secrets.GH_PUSH_TOKEN }}
ref: refs/heads/master
ref: refs/heads/master

0 comments on commit 05757a7

Please sign in to comment.