Skip to content

Commit

Permalink
Merge pull request #775 from hazendaz/master
Browse files Browse the repository at this point in the history
[GHA] Move from min requirement of maven 3.3.9 to maven 3.6.3
  • Loading branch information
hazendaz authored Mar 26, 2024
2 parents 10bebaa + cd7ff8f commit d7ff373
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Java Integration Tests Maven 3.3.9
name: Java Integration Tests Maven 3.6.3

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
name: Integration Tests Maven 3.3.9
name: Integration Tests Maven 3.6.3

steps:
- uses: actions/checkout@v4
Expand All @@ -14,9 +14,9 @@ jobs:
with:
java-version: 21
distribution: zulu
- name: Load Maven 3.3.9
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper -Dmaven=3.3.9 --no-transfer-progress
- name: Load Maven 3.6.3
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper -Dmaven=3.6.3 --no-transfer-progress
- name: Build Setup
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=3.3.9
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=3.6.3
- name: Integration Test with Maven
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=3.3.9
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=3.6.3

0 comments on commit d7ff373

Please sign in to comment.