Skip to content

Commit ffeace5

Browse files
authored
chore(ci): test on 8 and 17 not 8 and 11 (#144)
If we want to support 8 as the lowest, we can probably just skip 11 and go right to testing on 17. Pull request: #144
1 parent 15aa933 commit ffeace5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macos-latest]
15-
java-version: [8, 11]
15+
java-version: [8, 17]
1616

1717
runs-on: ${{ matrix.os }}
1818

0 commit comments

Comments
 (0)