Skip to content

Commit 8c5cf24

Browse files
committed
chore: update support matrix
1 parent 9229b18 commit 8c5cf24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
strategy:
2424
matrix:
2525
java: # https://endoflife.date/oracle-jdk
26-
- 8 # Oldest
26+
- 17 # Oldest
2727
- 21 # LTS
28-
- 24 # Latest
28+
- 25 # Latest (though also LTS)
2929
name: "Java ${{ matrix.java }} Build"
3030
steps:
3131
- uses: "actions/checkout@v6"

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
distribution: "adopt"
1616
java-package: "jdk"
17-
java-version: "17" # LTS
17+
java-version: "25" # LTS
1818
- uses: "bufbuild/buf-setup-action@v1"
1919
with:
2020
version: "1.18.0"

0 commit comments

Comments
 (0)