Skip to content

Commit 22f0648

Browse files
committed
[actions] Drop the profile as no longer support anything but latest cdi
1 parent 00a7dcb commit 22f0648

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
os: [ubuntu-latest, macOS-latest, windows-latest]
1111
java: [11, 17, 20, 21-ea]
1212
distribution: ['zulu']
13-
profile: [cdi-1.1, cdi-1.2, cdi-2.0]
1413
fail-fast: false
1514
max-parallel: 4
1615
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
@@ -23,4 +22,4 @@ jobs:
2322
java-version: ${{ matrix.java }}
2423
distribution: ${{ matrix.distribution }}
2524
- name: Test with Maven
26-
run: ./mvnw test -B -D"license.skip=true" -P"${{ matrix.profile }}"
25+
run: ./mvnw test -B -D"license.skip=true"

0 commit comments

Comments
 (0)