Skip to content

Commit 149ebfd

Browse files
authored
Removed support for JDK8 (#1279)
Signed-off-by: owaiskazi19 <[email protected]>
1 parent 1bc6871 commit 149ebfd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/test_build_multi_platform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
Build-ad-windows:
1212
strategy:
1313
matrix:
14-
java: [8, 11, 14]
14+
java: [11, 14]
1515
name: Build and Test Anomaly Detection Plugin on Windows
1616
runs-on: windows-latest
1717
steps:
@@ -36,7 +36,7 @@ jobs:
3636
Build-ad:
3737
strategy:
3838
matrix:
39-
java: [8, 11, 14]
39+
java: [11, 14]
4040
os: [ubuntu-latest, macos-latest]
4141
fail-fast: false
4242

Diff for: .github/workflows/test_bwc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
Build-ad:
1212
strategy:
1313
matrix:
14-
java: [8, 11, 14]
14+
java: [11, 14]
1515
fail-fast: false
1616

1717
name: Test Anomaly detection BWC

Diff for: .github/workflows/test_security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
Build-ad:
1212
strategy:
1313
matrix:
14-
java: [8, 11, 14]
14+
java: [11, 14]
1515
fail-fast: false
1616

1717
name: Security test workflow for Anomaly Detection

0 commit comments

Comments
 (0)