Skip to content

Commit 7bc5862

Browse files
committedAug 25, 2023
Disable JDK 8 on CI
1 parent e29c505 commit 7bc5862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ ubuntu-latest, windows-latest, macos-latest ]
33-
java: [ '1.8', '11', '17' ]
33+
java: [ '11', '17' ]
3434
steps:
3535
- uses: actions/checkout@v2
3636
with:

0 commit comments

Comments
 (0)
Please sign in to comment.