From 1c27723083ed98eba054794dbab5a6ed8e7c9d1b Mon Sep 17 00:00:00 2001 From: AsamK Date: Fri, 15 Oct 2021 21:01:37 +0200 Subject: [PATCH] Update build pipeline to java 17 --- .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 28f5039e..1fb5f7f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '11', '16' ] + java: [ '11', '17' ] steps: - uses: actions/checkout@v1