.github/workflows/test_on_windows.yml in duckdb-0.10.2.0 vs .github/workflows/test_on_windows.yml in duckdb-1.0.0.0

- old
+ new

@@ -13,14 +13,14 @@ jobs: test: runs-on: windows-latest strategy: matrix: - ruby: ['3.0.6', '3.1.4', '3.2.2', '3.3.0', 'ucrt', 'mingw', 'mswin', 'head'] - duckdb: ['0.9.2', '0.10.0', '0.10.1', '0.10.2'] + ruby: ['3.0.7', '3.1.5', '3.2.4', '3.3.1', 'ucrt', 'mingw', 'mswin', 'head'] + duckdb: ['1.0.0', '0.10.3'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}