We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeb599 commit 18b332fCopy full SHA for 18b332f
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-2019]
20
python-version: ['3.7', '3.8', '3.9', '3.10']
21
cratedb-version: ['4.8.0']
22
sqla-version: ['1.3.24']
0 commit comments