We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3287257 commit f002837Copy full SHA for f002837
.github/workflows/main.yml
@@ -64,6 +64,6 @@ jobs:
64
if [[ ${{ matrix.os }} = "macos-latest" ]]; then
65
bin/coverage run bin/test-quick -vv1
66
fi
67
- if [[ ${{ matrix.os }} = "windows-latest" && ${{ matrix.sqla-version }} != "1.1.18" ]]; then
+ if [[ ${{ matrix.os }} = "windows-latest" && ${{ matrix.sqla-version }} == "1.3.20" ]]; then
68
bin/test-quick -vv1
69
0 commit comments