Skip to content

Commit

Permalink
Update JDK versions, 11 going obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Aug 19, 2024
1 parent 5b8204f commit 405cbf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17 ]
java: [ 17, 21 ]
build_property: [ "kakadu.version", "ignored.version" ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11 ]
java: [ 17 ]
build_property: [ "kakadu.version", "ignored.version" ]
steps:
- name: Check out source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11 ]
java: [ 17 ]
build_property: [ "kakadu.version", "ignored.version" ]
steps:
- name: Check out source code
Expand Down

0 comments on commit 405cbf1

Please sign in to comment.