diff --git a/.github/workflows/test-against-released.yml b/.github/workflows/test-against-released.yml index 25c3a95..5739b71 100644 --- a/.github/workflows/test-against-released.yml +++ b/.github/workflows/test-against-released.yml @@ -41,11 +41,9 @@ jobs: fail-fast: false matrix: version: - - 14.1.1-0-19 - 14.1.1-0-20 - - 22.06.10 - 22.06.11 - - 24.09.2 + - 24.09.3 - 14.1.2-0-0 - 14.1.2-0-1 diff --git a/.github/workflows/test-against-snapshot-1440.yml b/.github/workflows/test-against-snapshot-1440.yml index c926764..0164b34 100644 --- a/.github/workflows/test-against-snapshot-1440.yml +++ b/.github/workflows/test-against-snapshot-1440.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2022, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2022, 2025 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 @@ -44,7 +44,7 @@ jobs: fail-fast: false matrix: coherenceVersion: - - 14.1.1-0-20-SNAPSHOT + - 14.1.1-0-21-SNAPSHOT steps: - name: Checkout diff --git a/.github/workflows/test-against-snapshot.yml b/.github/workflows/test-against-snapshot.yml index b6fc79c..4466966 100644 --- a/.github/workflows/test-against-snapshot.yml +++ b/.github/workflows/test-against-snapshot.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2020, 2025 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 @@ -44,9 +44,9 @@ jobs: fail-fast: false matrix: coherenceVersion: - - 24.09.1-SNAPSHOT - - 22.06.11-SNAPSHOT - - 14.1.2-0-1-SNAPSHOT + - 25.03-SNAPSHOT + - 22.06.12-SNAPSHOT + - 14.1.2-0-2-SNAPSHOT steps: - name: Checkout