.github/workflows/test_on_windows.yml in duckdb-0.9.2.3 vs .github/workflows/test_on_windows.yml in duckdb-0.10.0.0

- old
+ new

@@ -13,11 +13,11 @@ jobs: test: runs-on: windows-latest strategy: matrix: - ruby: ['3.0.6', '3.1.4', '3.2.2', 'ucrt', 'mingw', 'mswin', 'head'] - duckdb: ['0.9.2', '0.8.1'] + ruby: ['3.0.6', '3.1.4', '3.2.2', '3.3.0', 'ucrt', 'mingw', 'mswin', 'head'] + duckdb: ['0.9.2', '0.10.0'] steps: - uses: actions/checkout@v3 - name: Set up Ruby