mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Fix GA with Java 17 instead
This commit is contained in:
parent
0fe540c1fc
commit
feed14328e
|
@ -1,4 +1,4 @@
|
|||
name: Test Java 14
|
||||
name: Test Java 17
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -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
|
Loading…
Reference in a new issue