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 5c1cad9e NO-JIRA: update GHA job to use JDK21 now that Temurin 21 is
out
5c1cad9e is described below
commit 5c1cad9e1785afab75c15927b927192c9ff0d3fa
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Oct 10 16:44:02 2023 +0100
NO-JIRA: update GHA job to use JDK21 now that Temurin 21 is out
(cherry picked from commit 9025bed787f5ff67343c88f42ee34b78245fa0c7)
---
.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 59653a7a..d40c6f6f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 11, 17, 20 ]
+ java: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]