We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a7dcb commit 22f0648Copy full SHA for 22f0648
.github/workflows/ci.yaml
@@ -10,7 +10,6 @@ jobs:
10
os: [ubuntu-latest, macOS-latest, windows-latest]
11
java: [11, 17, 20, 21-ea]
12
distribution: ['zulu']
13
- profile: [cdi-1.1, cdi-1.2, cdi-2.0]
14
fail-fast: false
15
max-parallel: 4
16
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
@@ -23,4 +22,4 @@ jobs:
23
22
java-version: ${{ matrix.java }}
24
distribution: ${{ matrix.distribution }}
25
- name: Test with Maven
26
- run: ./mvnw test -B -D"license.skip=true" -P"${{ matrix.profile }}"
+ run: ./mvnw test -B -D"license.skip=true"
0 commit comments