Skip to content

Commit 87e056f

Browse files
committed
Drop Java 8 support
1 parent 5f2fa14 commit 87e056f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
java: [ "8", "11" ]
10+
java: [ "11" ]
1111

1212
steps:
1313
# Checkout Repo

plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<version>${project.version}</version>
99
<date>2024-08-23</date>
1010
<minServerVersion>4.8.0</minServerVersion>
11-
<minJavaVersion>1.8</minJavaVersion>
1211
<databaseKey>monitoring</databaseKey>
1312
<databaseVersion>8</databaseVersion>
1413

0 commit comments

Comments
 (0)