From fd739657947b66900fa7e38588e0637fe3a7467f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 29 Dec 2021 05:10:51 +0300 Subject: Targetting JDK 17 --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9b8253f..119a0964 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,16 +5,13 @@ on: [push, pull_request] jobs: build: runs-on: ubuntu-20.04 - strategy: - matrix: - java: [ 11, 15, 16 ] - name: JDK ${{ matrix.java }} + name: OpenJDK steps: - uses: actions/checkout@v2 - - name: Set up JDK ${{ matrix.java }} + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: ${{ matrix.java }} + java-version: 17 - name: Cache Maven modules uses: actions/cache@v2 with: -- cgit v1.2.3