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 c740143926 Fix syntax
c740143926 is described below
commit c7401439267293f832400a420a6a9d561669d6e3
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 11 15:40:01 2023 +0100
Fix syntax
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2392f5b503..b32153efe3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
java: 17
exclude:
- isMain: true
- java: 17, 20
+ java: [ 17, 20 ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]