We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb2dd1 commit f182b72Copy full SHA for f182b72
1 file changed
.github/workflows/ci.yml
@@ -13,9 +13,9 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: [ubuntu-latest]
+ os: [ubuntu-latest, windows-latest]
17
jdk: [8]
18
- python: [3.7, 3.8, 3.9]
+ python: [3.8, 3.9, "3.10"]
19
steps:
20
- uses: actions/checkout@master
21
- uses: coursier/cache-action@v6.3
@@ -28,7 +28,7 @@ jobs:
28
with:
29
python-version: ${{ matrix.python }}
30
- name: Test
31
- run: sbtn +test
+ run: sbt +test
32
shell: bash
33
publish:
34
runs-on: ubuntu-20.04
0 commit comments