-
Notifications
You must be signed in to change notification settings - Fork 15
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
update to 2023 targets and JavaSE-17 #266
base: main
Are you sure you want to change the base?
Conversation
5a72202
to
d2d8890
Compare
|
||
jobs: | ||
|
||
platform: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
target-platform: ['Eclipse-4.8', 'Eclipse-2021-09', 'Eclipse-2021-12', 'Eclipse-2022-03'] | ||
target-platform: ['Eclipse-4.8', 'Eclipse-2022-09', 'Eclipse-2022-12', 'Eclipse-2023-03'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please be aware that the full matrix might not work because old target platforms may not run on newer java versions (for example due to the changes of javax.xml in Java 9).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, it works for now, only the update site build is failing, because of missing dependecy org.eclipse.equinox.ds
...
8ae3f06
to
feb1174
Compare
closes #267 Signed-off-by: Andre Bossert <[email protected]>
Issue:
#267
Proposed changes
{text}
Reviewers
@