Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] upgrade jdk11 #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[wip] upgrade jdk11 #252

wants to merge 1 commit into from

Conversation

dzdx
Copy link
Member

@dzdx dzdx commented Aug 4, 2022

Motivation:

Explain the context, and why you're making that change.
To make others understand what is the problem you're trying to solve.

Modification:

Describe the idea and modifications you've done.

Result:

Fixes #.

If there is no issue then describe the changes introduced by this PR.

@dzdx dzdx force-pushed the upgrade-jdk branch 2 times, most recently from bc817ed to 3ac155d Compare August 4, 2022 02:16
@sofastack-bot sofastack-bot bot added size/M and removed size/S labels Aug 4, 2022
@@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we keep 1.8 and add 11 in the ci?

@@ -23,7 +23,7 @@ STC扫描:
checkRule:
- passRate = 100
tools:
jdk: '1.8' #jdk版本枚举:1.6、1.7、1.8
jdk: '11' #jdk版本枚举:1.6、1.7、1.8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants