-
Notifications
You must be signed in to change notification settings - Fork 4
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
Aerie 1.13.0 + Integration test with multiple Aerie versions #88
Conversation
cartermak
commented
Oct 19, 2023
•
edited
Loading
edited
- Update constraints query and corresponding integration tests
- Adds test matrix to integration test workflow (but removes 1.12.0 since the constraint schema changes aren't backward-compatible)
e914c2b
to
f0b79ff
Compare
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.
LGTM!
@@ -1,4 +1,4 @@ | |||
DOCKER_TAG=v1.12.0 | |||
DOCKER_TAG=v1.13.0 |
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.
Did you mean to make this 1.13 instead of 1.14?
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.
Nope; I was just focusing on 1.13.0 on this branch and have 1.14.0 updates on a separate branch.
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.
Ah ok. I saw two PR's come in and must have gotten them confused. 👍