Skip to content

Commit

Permalink
Update workflow versions (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 authored Nov 4, 2024
1 parent 6f1bb57 commit 3a23c19
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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

0 comments on commit 3a23c19

Please sign in to comment.