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

CI matrix doesn't hit clojures other than 1.11 #836

Closed
vemv opened this issue Nov 28, 2023 · 0 comments · Fixed by #840
Closed

CI matrix doesn't hit clojures other than 1.11 #836

vemv opened this issue Nov 28, 2023 · 0 comments · Fixed by #840
Assignees

Comments

@vemv
Copy link
Member

vemv commented Nov 28, 2023

In Circle we set VERSION, which our makefile expects as CLOJURE_VERSION 😬

@vemv vemv self-assigned this Nov 28, 2023
@vemv vemv mentioned this issue Nov 30, 2023
vemv added a commit that referenced this issue Jan 5, 2024
1.8 compat, while it was intended to be, was broken for a possibly very long time.

The reason being, the CI matrix as introduced in 1016f61
was broken: CircleCI set `VERSION`, while the Makefile expected `CLOJURE_VERSION`.

So, surely, progressively factual support degraded.

This commits fixes 1.9 compatibility and ensures that the CI matrix runs as intended.

Closes #836
vemv added a commit that referenced this issue Jan 5, 2024
1.8 compat, while it was intended to be, was broken for a possibly very long time.

The reason being, the CI matrix as introduced in 1016f61
was broken: CircleCI set `VERSION`, while the Makefile expected `CLOJURE_VERSION`.

So, surely, progressively factual support degraded.

This commits fixes 1.9 compatibility and ensures that the CI matrix runs as intended.

Closes #836
bbatsov pushed a commit that referenced this issue Jan 9, 2024
1.8 compat, while it was intended to be, was broken for a possibly very long time.

The reason being, the CI matrix as introduced in 1016f61
was broken: CircleCI set `VERSION`, while the Makefile expected `CLOJURE_VERSION`.

So, surely, progressively factual support degraded.

This commits fixes 1.9 compatibility and ensures that the CI matrix runs as intended.

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

Successfully merging a pull request may close this issue.

1 participant