Skip to content

Commit 14a12c2

Browse files
committed
Merge remote-tracking branch 'origin/master' into master
2 parents 307fbe9 + c4808a9 commit 14a12c2

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
fail-fast: false
128128
matrix:
129-
version: [ '6.0', '7', '8', '9', '10' ]
129+
version: [ '6.0', '7', '8', '9', '10', '11' ]
130130
env:
131131
CC: clang-${{ matrix.version }}
132132
CXX: clang++-${{ matrix.version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example for Maven:
3434
<dependency>
3535
    <groupId>uk.co.real-logic</groupId>
3636
    <artifactId>sbe-all</artifactId>
37-
    <version>1.20.2</version>
37+
    <version>1.20.3</version>
3838
</dependency>
3939
```
4040

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ subprojects {
194194
showStandardStreams = true
195195
exceptionFormat = 'full'
196196
}
197-
198-
reports.html.enabled = false // Disable individual test reports
199197
}
200198
}
201199

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.3-SNAPSHOT
1+
1.20.4-SNAPSHOT

0 commit comments

Comments
 (0)