diff --git a/.github/workflows/build-snapshots-14110.yaml b/.github/workflows/build-snapshots-14110.yaml index 7549eb7..1b4bb36 100644 --- a/.github/workflows/build-snapshots-14110.yaml +++ b/.github/workflows/build-snapshots-14110.yaml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: coherenceVersion: - - 14.1.1-0-19-SNAPSHOT + - 14.1.1-0-20-SNAPSHOT # Checkout the source, we need a depth of zero to fetch all of the history otherwise # the copyright check cannot work out the date of the files from Git. diff --git a/.github/workflows/build-snapshots.yaml b/.github/workflows/build-snapshots.yaml index f2cee60..3cbcbdd 100644 --- a/.github/workflows/build-snapshots.yaml +++ b/.github/workflows/build-snapshots.yaml @@ -24,7 +24,7 @@ jobs: matrix: coherenceVersion: - 24.09.1-SNAPSHOT - - 22.06.10-SNAPSHOT + - 22.06.11-SNAPSHOT # Checkout the source, we need a depth of zero to fetch all of the history otherwise # the copyright check cannot work out the date of the files from Git. diff --git a/.github/workflows/compatability-tests-14110.yaml b/.github/workflows/compatability-tests-14110.yaml index 309209d..167cc9a 100644 --- a/.github/workflows/compatability-tests-14110.yaml +++ b/.github/workflows/compatability-tests-14110.yaml @@ -21,8 +21,8 @@ jobs: fail-fast: false matrix: coherenceVersion: - - 14.1.1-0-18 - - 14.1.1-0-19-SNAPSHOT + - 14.1.1-0-19 + - 14.1.1-0-20-SNAPSHOT javaImage: - gcr.io/distroless/java:11 diff --git a/.github/workflows/compatability-tests-released.yaml b/.github/workflows/compatability-tests-released.yaml index be83b3c..12af13c 100644 --- a/.github/workflows/compatability-tests-released.yaml +++ b/.github/workflows/compatability-tests-released.yaml @@ -23,8 +23,8 @@ jobs: coherenceVersion: - 24.03.1 - 24.09 - - 22.06.9 - - 22.06.10-SNAPSHOT + - 22.06.10 + - 22.06.11-SNAPSHOT javaImage: - gcr.io/distroless/java17 diff --git a/.github/workflows/compatability-tests.yaml b/.github/workflows/compatability-tests.yaml index 3ac7862..2c7589b 100644 --- a/.github/workflows/compatability-tests.yaml +++ b/.github/workflows/compatability-tests.yaml @@ -23,8 +23,8 @@ jobs: coherenceVersion: - 24.03.1 - 24.09 - - 22.06.9 - - 22.06.10-SNAPSHOT + - 22.06.10 + - 22.06.11-SNAPSHOT javaImage: - gcr.io/distroless/java17