We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cb1c5 commit e6e9ba6Copy full SHA for e6e9ba6
.github/workflows/maven.yml
@@ -21,30 +21,5 @@ on: [push, pull_request]
21
22
jobs:
23
build:
24
-
25
- strategy:
26
- matrix:
27
- os: [ubuntu-latest]
28
- java: [8, 11, 17, 20]
29
- jdk: [temurin]
30
- include:
31
- - java: 11
32
- os: windows-latest
33
- jdk: temurin
34
35
- os: macos-latest
36
37
- fail-fast: false
38
39
- runs-on: ${{ matrix.os }}
40
41
- steps:
42
- - uses: actions/checkout@v3
43
- - uses: actions/setup-java@v3
44
- with:
45
- distribution: ${{ matrix.jdk }}
46
- java-version: ${{ matrix.java }}
47
- cache: 'maven'
48
49
- - name: Build with Maven
50
- run: mvn clean verify -e -B -V javadoc:javadoc site site:stage
+ name: Verify
+ uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
0 commit comments