Skip to content

Commit

Permalink
Removed support for JDK8 (#1279)
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <[email protected]>
  • Loading branch information
owaiskazi19 authored Aug 17, 2024
1 parent 1bc6871 commit 149ebfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build_multi_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Build-ad-windows:
strategy:
matrix:
java: [8, 11, 14]
java: [11, 14]
name: Build and Test Anomaly Detection Plugin on Windows
runs-on: windows-latest
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
Build-ad:
strategy:
matrix:
java: [8, 11, 14]
java: [11, 14]
os: [ubuntu-latest, macos-latest]
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_bwc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Build-ad:
strategy:
matrix:
java: [8, 11, 14]
java: [11, 14]
fail-fast: false

name: Test Anomaly detection BWC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Build-ad:
strategy:
matrix:
java: [8, 11, 14]
java: [11, 14]
fail-fast: false

name: Security test workflow for Anomaly Detection
Expand Down

0 comments on commit 149ebfd

Please sign in to comment.