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'