From 518844232ef2eda0ba28745e36d0bd5ea350bf80 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Mon, 30 Sep 2024 20:38:16 -0400 Subject: [PATCH] project: switch to JDK 17 --- .github/workflows/ci.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 724a90c..8f45192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - java: [ 8, 11 ] + java: [ 17 ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/pom.xml b/pom.xml index 5fc4ec3..390d24b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ - 1.8 + 17 ${takari.javaSourceVersion} ${maven.compiler.release} ${maven.compiler.release}