This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
commit f989bfb45e52b4d505750d04b3336e04946711c6 Author: Gary Gregory <[email protected]> AuthorDate: Wed Apr 24 15:46:10 2024 -0400 Java 8 is no longer on current GitHub OSs --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2286e124..2caf91c4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 17, 21, 22 ] + java: [ 11, 17, 21, 22 ] experimental: [false] include: - java: 23-ea
