Skip to content

Commit dfe9b94

Browse files
Remove jdk8 from PR build (#3082)
1 parent adedb93 commit dfe9b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
java-version: [8, 11]
20+
java-version: [11]
2121
maven-version: ['3.8.1']
2222
fail-fast: true
2323
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)