From 68ed43b4c068d055b7b735354f383d647537984c Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Tue, 9 Apr 2024 07:30:17 +0200 Subject: [PATCH] Added testing for JDK 22 --- .github/workflows/[A][S] build and test.yml | 2 +- .github/workflows/[A][S][experimental] build and test.yml | 2 +- .../workflows/[M] build and test, compute coverage, release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/[A][S] build and test.yml b/.github/workflows/[A][S] build and test.yml index 6227082e2..f58e98b39 100644 --- a/.github/workflows/[A][S] build and test.yml +++ b/.github/workflows/[A][S] build and test.yml @@ -16,7 +16,7 @@ jobs: matrix: architecture: [x64] os: [windows-latest, macOS-latest, ubuntu-latest] - java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21] + java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] exclude: - os: ubuntu-latest java: 10 diff --git a/.github/workflows/[A][S][experimental] build and test.yml b/.github/workflows/[A][S][experimental] build and test.yml index 208e4ba9d..e60e80e32 100644 --- a/.github/workflows/[A][S][experimental] build and test.yml +++ b/.github/workflows/[A][S][experimental] build and test.yml @@ -16,7 +16,7 @@ jobs: matrix: architecture: [x64] os: [windows-latest, macOS-latest, ubuntu-latest] - java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21] + java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] exclude: - os: ubuntu-latest java: 10 diff --git a/.github/workflows/[M] build and test, compute coverage, release.yml b/.github/workflows/[M] build and test, compute coverage, release.yml index d94863201..23ec3fb29 100644 --- a/.github/workflows/[M] build and test, compute coverage, release.yml +++ b/.github/workflows/[M] build and test, compute coverage, release.yml @@ -31,7 +31,7 @@ jobs: max-parallel: 15 matrix: os: [windows-latest, macOS-latest, ubuntu-latest] - java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21] + java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] architecture: [x64] exclude: - os: ubuntu-latest