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 2e2556d commit 89e145cCopy full SHA for 89e145c
1 file changed
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
sdk: [3.4, stable, beta] # note, not testing on 3.3 due to build_runner CI dependency problem.
13
- protobuf: ["3.1.0", "4.1.0"] # Test latest v3 and latest v4
+ protobuf: ["3.1.0", "4.0.0"] # make sure works with both protobuf versions.
14
steps:
15
- uses: actions/checkout@v4
16
0 commit comments