Skip to content

Commit a8a7b9b

Browse files
authored
Update maven.yml
1 parent 05f4e9b commit a8a7b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ 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 }}
3232

3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3.0.2
35+
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)