Skip to content

Commit

Permalink
Fix GA with Java 17 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Mar 1, 2022
1 parent 0fe540c commit feed143
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Java 14
name: Test Java 17

on:
push:
Expand All @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 14
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '14'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit feed143

Please sign in to comment.