Skip to content

Commit d008cf3

Browse files
authored
Update maven.yml
1 parent 6821ba1 commit d008cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ ubuntu-latest,windows-latest, macOS-latest ]
28-
java: [ 8, 11, 16, 17-ea ]
28+
java: [ 8, 11, 17 ]
2929
fail-fast: false
3030

3131
runs-on: ${{ matrix.os }}
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v3
3636

3737
- name: Set up cache for ~./m2/repository
38-
uses: actions/cache@v3.0.5
38+
uses: actions/cache@v3
3939
with:
4040
path: ~/.m2/repository
4141
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)