Skip to content

Commit b1ccb39

Browse files
authored
Update CI builds to use latest CE releases (#105)
1 parent e8e6971 commit b1ccb39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
poetry-version: ["1.5.0"]
2121
os: [ubuntu-latest]
2222
coherenceVersion:
23-
- 23.09
24-
- 22.06.5
23+
- 23.09.1
24+
- 22.06.7
2525
base-image:
2626
- gcr.io/distroless/java17-debian11
2727
profile:
2828
- ",-jakarta,javax"
2929
- ",jakarta,-javax"
3030
exclude:
31-
- coherenceVersion: 23.09
31+
- coherenceVersion: 23.09.1
3232
profile: ",-jakarta,javax"
33-
- coherenceVersion: 22.06.5
33+
- coherenceVersion: 22.06.7
3434
profile: ",jakarta,-javax"
3535

3636
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)