diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..c4a6ab5 Binary files /dev/null and b/.DS_Store differ diff --git a/.github/workflows/ci-build-snapshots.yaml b/.github/workflows/ci-build-snapshots.yaml index 3624bc4..63b6552 100644 --- a/.github/workflows/ci-build-snapshots.yaml +++ b/.github/workflows/ci-build-snapshots.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2020, 2024 Oracle and/or its affiliates. +# Copyright (c) 2020, 2025 Oracle and/or its affiliates. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl. @@ -24,8 +24,8 @@ jobs: fail-fast: false matrix: coherenceVersion: - - 24.09.1-SNAPSHOT - - 22.06.11-SNAPSHOT + - 24.09.4-SNAPSHOT + - 22.06.12-SNAPSHOT steps: - name: Checkout diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index f1ca19a..fa93852 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -21,12 +21,10 @@ jobs: fail-fast: false matrix: version: - - 24.09.2 - - 24.09.1-SNAPSHOT - - 22.06.11-SNAPSHOT - - 22.06.10 + - 24.09.3 + - 24.09.4-SNAPSHOT + - 22.06.12-SNAPSHOT - 22.06.11 - - 14.1.2-0-0 - 14.1.2-0-1 steps: