This is an automated email from the ASF dual-hosted git repository.
markt 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 cc428f7b4d Update ci.yml
cc428f7b4d is described below
commit cc428f7b4d11fe245fe6c138906580ce29f7acae
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Sep 21 23:16:22 2023 +0100
Update ci.yml
21-ea -> 21
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 182bda7660..4867591919 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
matrix:
isMain:
- ${{ contains(github.ref, 'main') }}
- java: [ 17, 20, 21-ea ]
+ java: [ 17, 20, 21 ]
os: [ ubuntu-latest, windows-latest ]
exclude:
- isMain: true
@@ -43,7 +43,7 @@ jobs:
- os: windows-latest
java: 20
- os: windows-latest
- java: 21-ea
+ java: 21
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]