diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab3964d61c..b892a0b179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: matrix: kind: [maven, gradle] # Test on the latest Java version once Gradle & Maven support it. - jre: [11, 17, 21, 22] + jre: [11, 17, 21, 23] os: [ubuntu-latest] include: # test windows at the diagonals of the above matrix