Skip to content

Commit

Permalink
disable java8 because of server
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Nov 13, 2024
1 parent a52f6a2 commit 17ae4ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['8', '11']
# disable java8 because of server
java_version: ['11']
# TODO: support windows-latest or other OS in future
os: [ubuntu-latest, macos-latest]

0 comments on commit 17ae4ee

Please sign in to comment.