This is an automated email from the ASF dual-hosted git repository.
olabusayo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new ca9353f Config Changes
ca9353f is described below
commit ca9353ffea9a9edf3bd266ec2d0a966b0849a387
Author: olabusayoT <[email protected]>
AuthorDate: Fri Apr 17 13:44:12 2020 -0400
Config Changes
-- we only need it to run for 1 scala version
DAFFODIL-2275
---
.github/workflows/sonarcloud.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 38f7795..03b4b48 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- scala_version: [ '2.12.11', '2.11.12' ]
+ scala_version: [ '2.12.11']
steps:
############################################################