Skip to content

Commit 431af6b

Browse files
authored
update latest version text file manually (#716)
1 parent 77e6f07 commit 431af6b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build-and-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:

CHANGELOG.md

+2
Original file line numberDiff line numberDiff 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)

plugin/VERSION_LATEST_RELEASE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.6.0
1+
11.6.1

0 commit comments

Comments
 (0)