Skip to content

Commit 0a88264

Browse files
deannagarciacopybara-github
authored andcommitted
Add C# bazel 8 tests.
PiperOrigin-RevId: 743669719
1 parent 66681eb commit 0a88264

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_csharp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run tests
2828
uses: protocolbuffers/protobuf-ci/docker@v4
2929
with:
30-
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/csharp:7.1.2-3.1.415-6.0.100-d9624f2aa83cba3eaf906f751d75b36aacb9aa82
30+
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/csharp:8.0.1-3.1.415-6.0.100-b77fdae6d4771789dfc66a56bf8d806354e8011a
3131
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
3232
entrypoint: /bin/bash
3333
command: >-
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run conformance tests
4444
uses: protocolbuffers/protobuf-ci/bazel-docker@v4
4545
with:
46-
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/csharp:7.1.2-3.1.415-6.0.100-d9624f2aa83cba3eaf906f751d75b36aacb9aa82
46+
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/csharp:8.0.1-3.1.415-6.0.100-b77fdae6d4771789dfc66a56bf8d806354e8011a
4747
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
4848
bazel-cache: csharp_linux
4949
bazel: test //csharp:conformance_test --action_env=DOTNET_CLI_TELEMETRY_OPTOUT=1 --test_env=DOTNET_CLI_HOME=/home/bazel
@@ -74,7 +74,7 @@ jobs:
7474
- name: Run tests
7575
uses: protocolbuffers/protobuf-ci/bash@v4
7676
with:
77-
bazel-version: 7.1.2
77+
bazel-version: 8.0.1
7878
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
7979
command: |
8080
dotnet build csharp/src/Google.Protobuf.sln

0 commit comments

Comments
 (0)