From ecf3697afd5c37d2e88b8bd4806abccc84529015 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Tue, 22 Oct 2024 07:24:27 +0800 Subject: [PATCH 1/4] Update .mill-version --- .mill-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mill-version b/.mill-version index 1a77547..53cf705 100644 --- a/.mill-version +++ b/.mill-version @@ -1 +1 @@ -0.11.11 +0.12.0-RC3-102-b8217f From dc0744016170dc812f9ffe1ff1ae2b426f1cc249 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Tue, 22 Oct 2024 07:42:22 +0800 Subject: [PATCH 2/4] . --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e216cbe..3f70e2f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: ['8', '17'] + java: ['11', '17'] steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 From 1792e0f2702eb4500614ed2de823bc9e77519a16 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Tue, 22 Oct 2024 07:44:10 +0800 Subject: [PATCH 3/4] . --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3f70e2f..38f1b20 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 8 + java-version: 11 - name: Check Binary Compatibility run: ./mill -i __.mimaReportBinaryIssues @@ -55,7 +55,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 8 + java-version: 11 - name: Publish to Maven Central run: | if [[ $(git tag --points-at HEAD) != '' ]]; then From 3e0fb4edda5be66304e3bd0cbfaf624ffc254d17 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 24 Oct 2024 07:28:45 +0800 Subject: [PATCH 4/4] Update .mill-version --- .mill-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mill-version b/.mill-version index 53cf705..ac454c6 100644 --- a/.mill-version +++ b/.mill-version @@ -1 +1 @@ -0.12.0-RC3-102-b8217f +0.12.0