Skip to content

Commit 5f540f8

Browse files
committed
drop java 11 support
1 parent a176070 commit 5f540f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/serversync-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
java: ["11", "17", "21"]
14+
java: ["17", "21"]
1515
name: Java ${{ matrix.java }} Build
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)