Skip to content

Commit f182b72

Browse files
committed
Enable CI for windows
1 parent 7eb2dd1 commit f182b72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest]
16+
os: [ubuntu-latest, windows-latest]
1717
jdk: [8]
18-
python: [3.7, 3.8, 3.9]
18+
python: [3.8, 3.9, "3.10"]
1919
steps:
2020
- uses: actions/checkout@master
2121
- uses: coursier/cache-action@v6.3
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: ${{ matrix.python }}
3030
- name: Test
31-
run: sbtn +test
31+
run: sbt +test
3232
shell: bash
3333
publish:
3434
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)