Skip to content

Commit

Permalink
Update CE versions (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 authored Jul 19, 2023
1 parent f2c2b02 commit fec799a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-against-released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
fail-fast: false
matrix:
version:
- 14.1.1-0-12
- 14.1.1-0-13
- 22.06.4
- 22.09
- 23.03
- 14.1.1-0-14
- 22.06.5
- 23.03.1

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-against-snapshot-1440.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 14.1.1-0-14-SNAPSHOT
- 14.1.1-0-15-SNAPSHOT

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-against-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
coherenceVersion:
- 23.03.1-SNAPSHOT
- 22.06.5-SNAPSHOT
- 22.06.6-SNAPSHOT

steps:
- name: Checkout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ public void updateGUI()

if (m_persistenceData != null)
{
m_cMaxMaxLatency = cLatencyMax;
f_txtTotalActiveSpaceUsed.setText(String.format(MEM_FORMAT, (cTotalActive * 1.0f) / GraphHelper.MB));
cLatencyAverage = cLatencyTotal / count;
if (cLatencyMax > m_cMaxMaxLatency)
Expand Down

0 comments on commit fec799a

Please sign in to comment.