-
Notifications
You must be signed in to change notification settings - Fork 22
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
Changes for 1.20.3 #549
Changes for 1.20.3 #549
Conversation
(cherry picked from commit 0089540)
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.
What do you think about bumping the compatibility tag to v8
?
v7
is used by 1.23, so theoretically someone could create an instance with 1.20.3
, upgrade to 1.23.x
and the same instance would be reused (which we don't want).
I'm happy to do a compatibility tag bump commit, it's more tedious than it should be and I've gotten pretty quick at it.
Meaning I run |
This is the lowest unused compatibility flag.
54e05a6
to
21f58f8
Compare
Thanks @mr-cal - I missed the v7 in 1.23. I've updated to v8 now |
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!
Integration test failures are expected on this older branch. The tests are trying to launch 23.04 (lunar), which is no longer supported. |
tox
?This is ready so we can do a rebase.