diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea57e855b..9c5b6521f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: with: java-version: 8 distribution: ${{ matrix.distribution }} - - name: Load Maven 3.2.5 Integration Run (Consumer Run) using GitHub Provided Maven - run: mvn org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper -V -B -D"maven=3.2.5" - - name: Test with Maven 3.2.5 Java 8 (Consumer Run) + - name: Load Maven 3.6.3 Integration Run (Consumer Run) using GitHub Provided Maven + run: mvn org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper -V -B -D"maven=3.6.3" + - name: Test with Maven 3.6.3 Java 8 (Consumer Run) run: ./mvnw invoker:run -V -B -D"maven.artifact.threads=64" -D"org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"