From 34b3c2e74e96cba9bf48b6b708d818238e93ac2f Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 25 Sep 2024 13:49:57 +0200 Subject: [PATCH] Add Java 23 to the continuous integration --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fc0145..a06a5c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: distribution: ['temurin'] - java-version: ['11', '16', '17', '18', '19', '20', '21', '22'] + java-version: ['11', '16', '17', '18', '19', '20', '21', '22', '23'] include: - distribution: 'adopt' java-version: '12'