Skip to content

Commit be67314

Browse files
authored
Merge pull request #100 from RasaHQ/other-tests
Other tests
2 parents e4c21c0 + 8e9aa78 commit be67314

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mac-os-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [macos-latest]
1717
python-version: [3.7]
18-
rasa-version: ["2.0"]
18+
rasa-version: [2.3]
1919

2020
steps:
2121
- uses: actions/checkout@v2

.github/workflows/pythonpackage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: [3.6, 3.7]
18-
rasa-version: [2.0, 2.3]
17+
python-version: [3.6, 3.7, 3.8]
18+
rasa-version: [2.3]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)