.github/workflows/test_on_windows.yml in duckdb-0.9.1.2 vs .github/workflows/test_on_windows.yml in duckdb-0.9.2
- old
+ new
@@ -1,11 +1,11 @@
name: Windows
on:
- push:
- branches:
- - main
+ # push:
+ # branches:
+ # - main
pull_request:
types:
- opened
- synchronize
- reopened
@@ -14,10 +14,10 @@
test:
runs-on: windows-latest
strategy:
matrix:
ruby: ['2.7.8', '3.0.6', '3.1.4', '3.2.2', 'ucrt', 'mingw', 'mswin', 'head']
- duckdb: ['0.9.1', '0.8.1']
+ duckdb: ['0.9.2', '0.8.1']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby