Skip to content

Commit 5e5f889

Browse files
author
Tim Middleton
authored
Update ce versions in CI/CD (#78)
1 parent f1ee29c commit 5e5f889

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/test-against-released.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020, 2023 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2020, 2024 Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -42,8 +42,8 @@ jobs:
4242
matrix:
4343
version:
4444
- 14.1.1-0-15
45-
- 14.1.1-0-14
46-
- 22.06.5
45+
- 14.1.1-0-16
46+
- 22.06.7
4747
- 22.06.6
4848
- 23.09
4949
- 23.09.1

.github/workflows/test-against-snapshot-1440.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2022, 2024 Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
coherenceVersion:
47-
- 14.1.1-0-16-SNAPSHOT
47+
- 14.1.1-0-17-SNAPSHOT
4848

4949
steps:
5050
- name: Checkout

.github/workflows/test-against-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
coherenceVersion:
4747
- 23.09.2-SNAPSHOT
48-
- 22.06.7-SNAPSHOT
48+
- 22.06.8-SNAPSHOT
4949

5050
steps:
5151
- name: Checkout

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<com.sun.xml.bind.version>2.3.0</com.sun.xml.bind.version>
5454

5555
<!-- default coherence versions -->
56-
<default.coherence.ce.version>22.06.6</default.coherence.ce.version>
56+
<default.coherence.ce.version>22.06.7</default.coherence.ce.version>
5757
<default.coherence.commercial.version>14.1.2-0-0-SNAPSHOT
5858
</default.coherence.commercial.version>
5959

0 commit comments

Comments
 (0)