Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snapshot versions in ci/cd #113

Merged
merged 2 commits into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/test-against-released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

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, 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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-against-snapshot.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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-3-SNAPSHOT

steps:
- name: Checkout
Expand Down
Loading