File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 11---
22name : " Lint"
33on : # yamllint disable-line rule:truthy
4- push :
5- branches :
6- - " !dependabot/*"
7- - " main"
84 pull_request :
95 branches : ["*"]
106 merge_group :
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments