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 b53b1c1 commit 639737aCopy full SHA for 639737a
.github/workflows/ci-dotnet.yml
@@ -36,7 +36,7 @@ jobs:
36
name: Browser Tests (${{ matrix.driver }}, ${{ matrix.framework }})
37
browser: ${{ matrix.browser }}
38
cache-key: dotnet-${{ matrix.browser }}-${{ matrix.framework }}
39
- java-version: 11
+ java-version: 17
40
os: windows
41
run: |
42
bazel build //dotnet/test/common:${{ matrix.browser }}
.github/workflows/should-workflow-run.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Setup Java
44
uses: actions/setup-java@v3
45
with:
46
- java-version: '11'
+ java-version: '17'
47
distribution: 'temurin'
48
- name: Check bazel target prefix
49
id: check-bazel-target-prefix
0 commit comments