Skip to content

Commit 764271e

Browse files
author
Felix Exner
committed
Deactivate 1.10 build
There seems to be a compatibility issue with SDK version 1.10. This should be resolved independently from adding CI to this package
1 parent b00ab64 commit 764271e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
SDK_VERSION: [1.6.1, 1.7.0, 1.8.0, 1.9.0, 1.10.0]
10+
SDK_VERSION: [1.6.1, 1.7.0, 1.8.0, 1.9.0]
1111

1212
steps:
1313
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)