From 35f2f0be9f0b209d26231c7bbd291910dcc6e632 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Sat, 15 Oct 2022 11:55:34 +0200 Subject: [PATCH] Revert "Replace Java 18 with 19 in build matrix." This reverts commit a77b62b6ba21a8396ccb1e35aeb10a7ce67786b2. --- .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 7f06d9f2..dc1038ce 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, 19 ] + java: [ 8, 11, 17, 18 ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3