This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/1.x by this push:
new d647c369 NO-JIRA: add a JDK 20 build to the GHA CI job
d647c369 is described below
commit d647c36917d87b5d699a1cc090154181b16bd876
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
(cherry picked from commit 34b67669e7ec34ac32981117c025ed776e0e8f10)
---
.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]