This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 5.5.x
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/5.5.x by this push:
new 85cdbcbe13 test with java 8 on 5.5.x branch
85cdbcbe13 is described below
commit 85cdbcbe131aedfdf3775454c1a73e38180b51ea
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 17 15:05:33 2025 +0100
test with java 8 on 5.5.x branch
---
.github/workflows/test-gradle.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test-gradle.yml
b/.github/workflows/test-gradle.yml
index 204e5db9e1..b0f164c4aa 100644
--- a/.github/workflows/test-gradle.yml
+++ b/.github/workflows/test-gradle.yml
@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v5
with:
distribution: 'temurin'
- java-version: '11'
+ java-version: '8'
cache: 'gradle'
- name: Grant execute permission for gradlew
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]