Skip to content

Commit ac1e637

Browse files
committed
[GHA] Try maven 4 alpha 5
1 parent a1f222d commit ac1e637

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/it-maven-4.0.0.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Java Integration Tests Maven 4.0.0-alpha-7
1+
name: Java Integration Tests Maven 4.0.0-alpha-5
22

33
on: [push, pull_request]
44

55
jobs:
66
test:
77
runs-on: ubuntu-latest
8-
name: Integration Tests Maven 4.0.0-alpha-7
8+
name: Integration Tests Maven 4.0.0-alpha-5
99

1010
steps:
1111
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
java-version: 17
1616
distribution: zulu
17-
- name: Load Maven 4.0.0-alpha-7
18-
run: ./mvnw -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper -Dmaven=4.0.0-alpha-7 --no-transfer-progress
17+
- name: Load Maven 4.0.0-alpha-5
18+
run: ./mvnw -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper -Dmaven=4.0.0-alpha-5 --no-transfer-progress
1919
- name: Build Setup
20-
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=4.0.0-alpha-7 --no-transfer-progress
20+
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=4.0.0-alpha-5 --no-transfer-progress
2121
- name: Integration Test with Maven
22-
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=4 -Dlicense.skip=true -Dmaven.min-version=4.0.0-alpha-7 --no-transfer-progress
22+
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=4 -Dlicense.skip=true -Dmaven.min-version=4.0.0-alpha-5 --no-transfer-progress

0 commit comments

Comments
 (0)