-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Removed checks for old unity versions #558
Conversation
@webbertakken As promised :) |
Looks good to me. Note that this is just the checks to make sure |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #558 +/- ##
========================================
Coverage 36.97% 36.97%
========================================
Files 77 77
Lines 3032 3032
Branches 623 623
========================================
Hits 1121 1121
- Misses 1758 1908 +150
+ Partials 153 3 -150 |
@webbertakken So just change any reference to a version earlier than 2021.x to use 2022 LTS? |
Not sure I understand the question to be honest. Also we're supporting all non-EOL versions, not just LTS. So basically what we have to do is stop publishing EOL images in the |
Which is to say you marked this PR as "resolves" the docker issue, but that is to stop publication of EOL images, not just usage. So we need to unlink that resolves-link. |
Sure, on it!
What I meant here is, to change every field that references the EOL versions to 2022.x (2021.x is EOL in April so 2022.x gives us more headroom) i.e |
I see. Yes sounds good to me! |
Changes
Changed referenced EOL versions in tests to LTS and Current versions (2018.x-2020.x -> 2021.x-2023.x)
Checklist
code of conduct
a PR in the documentation repo)