This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new c986117e95 Remove Java 17 from the workflow
c986117e95 is described below
commit c986117e9523e49a641aeb8093a435442893b2c9
Author: remm <[email protected]>
AuthorDate: Thu Oct 24 10:20:41 2024 +0200
Remove Java 17 from the workflow
---
.github/workflows/ci.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0849a31230..6954948d48 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,11 +33,9 @@ jobs:
matrix:
isMain:
- ${{ contains(github.ref, 'main') }}
- java: [ 17, 21, 23, 24-ea ]
+ java: [ 21, 23, 24-ea ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
exclude:
- - isMain: true
- java: 17
- os: windows-latest
java: 21
- os: macos-latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]