We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9229b18 commit 8c5cf24Copy full SHA for 8c5cf24
.github/workflows/build.yaml
@@ -23,9 +23,9 @@ jobs:
23
strategy:
24
matrix:
25
java: # https://endoflife.date/oracle-jdk
26
- - 8 # Oldest
+ - 17 # Oldest
27
- 21 # LTS
28
- - 24 # Latest
+ - 25 # Latest (though also LTS)
29
name: "Java ${{ matrix.java }} Build"
30
steps:
31
- uses: "actions/checkout@v6"
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
distribution: "adopt"
16
java-package: "jdk"
17
- java-version: "17" # LTS
+ java-version: "25" # LTS
18
- uses: "bufbuild/buf-setup-action@v1"
19
20
version: "1.18.0"
0 commit comments