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 17a254b commit d1000b3Copy full SHA for d1000b3
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- sdk: [3.4, stable, beta] # note, not testing on 3.3 due to build_runner CI dependency problem.
+ sdk: [3.6, stable, beta] # note, not testing on 3.3 due to build_runner CI dependency problem.
13
protobuf: ["3.1.0", "4.0.0", "5.0.0"] # make sure works with both protobuf versions.
14
steps:
15
- uses: actions/checkout@v4
0 commit comments