Fix GA with Java 17 instead

This commit is contained in:
Sean Owen 2022-03-01 15:31:37 -06:00
parent 0fe540c1fc
commit feed14328e

View file

@ -1,4 +1,4 @@
name: Test Java 14 name: Test Java 17
on: on:
push: push:
@ -13,10 +13,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up JDK 14 - name: Set up JDK 17
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
java-version: '14' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven