Skip to content

Commit

Permalink
Resolves mojohaus#359: XML Property Updates Report
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoniuk committed Oct 31, 2022
1 parent 433bcab commit c587c98
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven.yml
Expand Up @@ -29,10 +29,9 @@ jobs:

install:
name: Install
run: mvn -DskipTests install
with:
ff-maven: "3.8.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds
steps:
name: Install
run: mvn -DskipTests install

deploy:
name: Deploy
Expand Down

0 comments on commit c587c98

Please sign in to comment.