This is an automated email from the ASF dual-hosted git repository.
smakov pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/github-actions by this push:
new 6094e3e WIP on Github Actions setup.
6094e3e is described below
commit 6094e3e124ec8bb923dac70b4cc383aa03b4ef09
Author: smakov <[email protected]>
AuthorDate: Wed May 13 23:59:04 2020 +0300
WIP on Github Actions setup.
---
.github/workflows/main-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml
index c601cce..43d4c6c 100644
--- a/.github/workflows/main-build.yml
+++ b/.github/workflows/main-build.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
- os: ubuntu-latest
+ os: [ubuntu-latest]
java: [8, 11]
runs-on: ${{matrix.os}}