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 fa1cc930c5 Update version numbers, remove Tomcat 8.5
fa1cc930c5 is described below
commit fa1cc930c5627c30581a1dbd81be05014a47cdd2
Author: remm <[email protected]>
AuthorDate: Fri Apr 12 09:42:05 2024 +0200
Update version numbers, remove Tomcat 8.5
---
.github/workflows/ci.yml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4867591919..a4a5788c37 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,6 @@ on:
- main
- 10.1.x
- 9.0.x
- - 8.5.x
pull_request:
branches:
- main
@@ -33,17 +32,13 @@ jobs:
matrix:
isMain:
- ${{ contains(github.ref, 'main') }}
- java: [ 17, 20, 21 ]
+ java: [ 17, 21, 22 ]
os: [ ubuntu-latest, windows-latest ]
exclude:
- isMain: true
java: 17
- - isMain: true
- java: 20
- - os: windows-latest
- java: 20
- os: windows-latest
- java: 21
+ java: 22
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]