We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f4e9b commit a8a7b9bCopy full SHA for a8a7b9b
.github/workflows/maven.yml
@@ -25,17 +25,17 @@ jobs:
25
strategy:
26
matrix:
27
os: [ubuntu-latest,windows-latest, macOS-latest]
28
- java: [8, 11, 16, 17-ea]
+ java: [8, 11, 17]
29
fail-fast: false
30
31
runs-on: ${{ matrix.os }}
32
33
steps:
34
- name: Checkout
35
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3
36
37
- name: Set up cache for ~./m2/repository
38
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3
39
with:
40
path: ~/.m2/repository
41
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
0 commit comments