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 workflow versions #246

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build-snapshots-14110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-snapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compatability-tests-14110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compatability-tests-released.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compatability-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading