Skip to content

Commit

Permalink
Update ce versions in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Jan 17, 2024
1 parent f1ee29c commit 81150c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-against-released.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020, 2023 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2020, 2024 Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -42,8 +42,8 @@ jobs:
matrix:
version:
- 14.1.1-0-15
- 14.1.1-0-14
- 22.06.5
- 14.1.1-0-16
- 22.06.7
- 22.06.6
- 23.09
- 23.09.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-against-snapshot-1440.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2022, 2024 Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 14.1.1-0-16-SNAPSHOT
- 14.1.1-0-17-SNAPSHOT

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-against-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
coherenceVersion:
- 23.09.2-SNAPSHOT
- 22.06.7-SNAPSHOT
- 22.06.8-SNAPSHOT

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<com.sun.xml.bind.version>2.3.0</com.sun.xml.bind.version>

<!-- default coherence versions -->
<default.coherence.ce.version>22.06.6</default.coherence.ce.version>
<default.coherence.ce.version>22.06.7</default.coherence.ce.version>
<default.coherence.commercial.version>14.1.2-0-0-SNAPSHOT
</default.coherence.commercial.version>

Expand Down

0 comments on commit 81150c6

Please sign in to comment.