Skip to content

Commit 7cd3ca3

Browse files
authored
Merge branch 'main' into main
2 parents 08b05f0 + 6c2949c commit 7cd3ca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
117117
with:
118118
distribution: 'temurin'
119-
java-version: '11'
119+
java-version: '21'
120120
- name: node_modules cache
121121
id: node_modules_cache
122122
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
@@ -185,7 +185,7 @@ jobs:
185185
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
186186
with:
187187
distribution: 'temurin'
188-
java-version: '11'
188+
java-version: '21'
189189
- name: Test headless
190190
run: npm run test:chrome-headless
191191
# Tests are flaky on Windows

0 commit comments

Comments
 (0)