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 e8e6971 commit b1ccb39Copy full SHA for b1ccb39
.github/workflows/validate.yml
@@ -20,17 +20,17 @@ jobs:
20
poetry-version: ["1.5.0"]
21
os: [ubuntu-latest]
22
coherenceVersion:
23
- - 23.09
24
- - 22.06.5
+ - 23.09.1
+ - 22.06.7
25
base-image:
26
- gcr.io/distroless/java17-debian11
27
profile:
28
- ",-jakarta,javax"
29
- ",jakarta,-javax"
30
exclude:
31
- - coherenceVersion: 23.09
+ - coherenceVersion: 23.09.1
32
profile: ",-jakarta,javax"
33
- - coherenceVersion: 22.06.5
+ - coherenceVersion: 22.06.7
34
profile: ",jakarta,-javax"
35
36
runs-on: ${{ matrix.os }}
0 commit comments