Skip to content

Commit 276a2b5

Browse files
committed
removed java 8 support
1 parent b1a0414 commit 276a2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
matrix:
122122
operating-system: [ubuntu-latest, macOS-latest, windows-latest]
123123
# Use both LTS releases and latest one for tests
124-
jdk: [ 8, 11, 16, 17 ]
124+
jdk: [ 11, 16, 17 ]
125125
steps:
126126
- name: Checkout repo
127127
uses: actions/checkout@v2
@@ -163,4 +163,4 @@ jobs:
163163
- name: Codecov
164164
uses: codecov/codecov-action@v1
165165
with:
166-
files: ./build/reports/jacoco/test/jacocoTestReport.xml
166+
files: ./build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)