Skip to content

Commit

Permalink
Update CI to use jdk-21
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan committed Dec 21, 2023
1 parent 70f6751 commit f64be6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
needs: Get-CI-Image-Tag
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]

name: Build and Test geospatial Plugin
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
Build-windows-macos:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
os: [windows-latest, macos-latest]

name: Build and Test geospatial Plugin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
Build-ad:
strategy:
matrix:
java: [ 11,17 ]
java: [ 11,17,21 ]
os: [ubuntu-latest]
fail-fast: true

Expand Down

0 comments on commit f64be6b

Please sign in to comment.