File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps : # https://michaelheap.com/dynamic-matrix-generation-github-actions/
1515 - id : set-matrix
16- run : echo "::set-output name=version_matrix::$(curl https://endoflife.date/api/java .json | jq -c '[.[] | select(.eol > (now | strftime("%Y-%m-%d"))) | .cycle]' | sed 's/ //g')"
16+ run : echo "::set-output name=version_matrix::$(curl https://endoflife.date/api/oracle-jdk .json | jq -c '[.[] | select(.extendedSupport > (now | strftime("%Y-%m-%d"))) | .cycle]' | sed 's/ //g')"
1717 - name : verify-matrix
1818 run : echo "The selected java versions are ${{ steps.set-matrix.outputs.version_matrix }}"
1919 outputs :
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10+ - update latest version text file manually [ #716 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/716 )
11+
1012## [ 11.6.1] - 2023-10-10
1113
1214- fix "additionalEditorconfig not supported until ktlint 0.49" warning [ #712 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/712 )
Original file line number Diff line number Diff line change 1- 11.6.0
1+ 11.6.1
You can’t perform that action at this time.
0 commit comments