This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new a2a64362 Also check Java21
a2a64362 is described below
commit a2a643621895368fdc09dd34f0b8ad71f3853961
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 27 19:44:01 2023 +0100
Also check Java21
[skip ci]
---
.github/workflows/benchmarkadhoc.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/benchmarkadhoc.yml
b/.github/workflows/benchmarkadhoc.yml
index fda1919a..2b621fdf 100644
--- a/.github/workflows/benchmarkadhoc.yml
+++ b/.github/workflows/benchmarkadhoc.yml
@@ -31,8 +31,8 @@ jobs:
matrix:
# macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
os: [macos-11, ubuntu-20.04, windows-latest]
- # These names are used in conditional statements below.
- java: [ 8 ]
+ # Run lowest and highest Java versions only
+ java: [ 8, 21 ]
experimental: [false]
fail-fast: false