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 1beeaa2 commit 2834586Copy full SHA for 2834586
.github/workflows/test.yml
@@ -1,6 +1,6 @@
1
name: Test
2
on:
3
- workflow_call: { }
+ workflow_call: {}
4
push:
5
branches:
6
- master
@@ -104,7 +104,7 @@ jobs:
104
include:
105
- toolchain: nightly-2025-05-05
106
os: ubuntu-latest
107
- - toolchain: 1.75.0
+ - toolchain: 1.85.0
108
109
- toolchain: stable
110
@@ -120,7 +120,7 @@ jobs:
120
fail-fast: false
121
matrix:
122
flags:
123
- - ''
+ - ""
124
- --features cursors
125
- --features dates
126
- --features indices
0 commit comments