This is an automated email from the ASF dual-hosted git repository.
benweidig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push:
new 3e89257ac GitHub Actions: match Jenkinsfile Java versions
3e89257ac is described below
commit 3e89257acd2233b069ed4735ab2b2dd2115bb9d6
Author: Ben Weidig <[email protected]>
AuthorDate: Sun May 10 11:52:48 2026 +0200
GitHub Actions: match Jenkinsfile Java versions
---
.github/workflows/build-pull-request.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-pull-request.yaml
b/.github/workflows/build-pull-request.yaml
index 5c4dae7b9..44d0f90e1 100644
--- a/.github/workflows/build-pull-request.yaml
+++ b/.github/workflows/build-pull-request.yaml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- java: [ 11, 17 ]
+ java: [ 11, 21 ]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
6.0.2