File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps : # https://michaelheap.com/dynamic-matrix-generation-github-actions/
15
15
- 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')"
17
17
- name : verify-matrix
18
18
run : echo "The selected java versions are ${{ steps.set-matrix.outputs.version_matrix }}"
19
19
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - update latest version text file manually [ #716 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/716 )
11
+
10
12
## [ 11.6.1] - 2023-10-10
11
13
12
14
- 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