Skip to content

Commit 0417d41

Browse files
authored
Add new CE patches to workflows (#94)
1 parent f402498 commit 0417d41

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test-against-released.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
version:
44-
- 14.1.1-0-15
45-
- 14.1.1-0-16
46-
- 22.06.7
44+
- 14.1.1-0-17
45+
- 14.1.1-0-18
4746
- 22.06.8
48-
- 24.03
47+
- 22.06.9
48+
- 24.03.1
4949

5050
steps:
5151
- name: Checkout

.github/workflows/test-against-snapshot-1440.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
coherenceVersion:
47-
- 14.1.1-0-18-SNAPSHOT
47+
- 14.1.1-0-19-SNAPSHOT
4848

4949
steps:
5050
- name: Checkout

.github/workflows/test-against-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
coherenceVersion:
47-
- 24.03.1-SNAPSHOT
48-
- 22.06.9-SNAPSHOT
47+
- 24.03.2-SNAPSHOT
48+
- 22.06.10-SNAPSHOT
4949

5050
steps:
5151
- name: Checkout

0 commit comments

Comments
 (0)