Skip to content

Commit a626457

Browse files
committed
remove Java 17 from test matrix
1 parent c0a6811 commit a626457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_winmac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [macos-latest, ubuntu-latest, windows-latest]
17-
java: [17,21]
17+
java: [21,23]
1818
continue-on-error: true
1919
runs-on: ${{ matrix.os }}
2020
env:

0 commit comments

Comments
 (0)