This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/main by this push:
new 34b67669 NO-JIRA: add a JDK 20 build to the GHA CI job
34b67669 is described below
commit 34b67669e7ec34ac32981117c025ed776e0e8f10
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Mar 29 15:32:37 2023 +0100
NO-JIRA: add a JDK 20 build to the GHA CI job
---
.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 f19b2f9a..59653a7a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 11, 17 ]
+ java: [ 11, 17, 20 ]
steps:
- uses: actions/checkout@v3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]