From 49f4e5401e6650c6f3ddb8373c7b41e81f2616d3 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Fri, 9 Sep 2022 12:35:22 +0200 Subject: [PATCH] Add JDK 18 to the build matrix. --- .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 82a1d2ef..1b42b65c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 18 ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2