This is an automated email from the ASF dual-hosted git repository.
tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git
The following commit(s) were added to refs/heads/main by this push:
new ae9a7cfb NO-JIRA Update workflow to JDK 20 test
ae9a7cfb is described below
commit ae9a7cfbae3b385eabc0a82eb5586e75d6b347b3
Author: Timothy Bish <[email protected]>
AuthorDate: Wed Jul 26 13:17:28 2023 -0400
NO-JIRA Update workflow to JDK 20 test
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c7579566..eab0904c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 11, 17, 19 ]
+ java: [ 11, 17, 20 ]
steps:
- uses: actions/checkout@v3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]