Skip to content

Commit ec35964

Browse files
committed
CI: switch to Java 17
1 parent afbd77e commit ec35964

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
@@ -15,12 +15,12 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
1717
node: [12, 14, 16]
18-
java: [8]
18+
java: [17]
1919
architecture: [x64]
2020
include:
2121
- os: windows-latest
2222
node: 16
23-
java: 8
23+
java: 17
2424
architecture: x86
2525

2626
steps:

0 commit comments

Comments
 (0)