Skip to content

Commit

Permalink
Update it-maven-4.0.0.yaml to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored Dec 19, 2024
1 parent c1e0a87 commit d82cbc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/it-maven-4.0.0.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Java Integration Tests Maven 4.0.0-rc-1
name: Java Integration Tests Maven 4.0.0-rc-2

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
name: Integration Tests Maven 4.0.0-rc-1
name: Integration Tests Maven 4.0.0-rc-2

steps:
- uses: actions/checkout@v4
Expand All @@ -14,7 +14,7 @@ jobs:
with:
java-version: 21
distribution: zulu
- name: Load Maven 4.0.0-rc-1
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-rc-1 --no-transfer-progress
- name: Load Maven 4.0.0-rc-2
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-rc-2 --no-transfer-progress
- name: Integration Test with Maven
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-rc-1 --no-transfer-progress
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-rc-2 --no-transfer-progress

0 comments on commit d82cbc7

Please sign in to comment.