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

don't pretend to support clojure 1.10 #943

Merged
merged 2 commits into from
Sep 1, 2023
Merged

Conversation

opqdonut
Copy link
Member

@opqdonut opqdonut commented Sep 1, 2023

We weren't really running tests on clojure 1.10 due to a mistake in the CI script (see first commit). Unsurprisingly the tests don't pass on 1.10 due to code using new functions like random-uuid.

Drop the fake 1.10 testing.

.github/workflows/clojure.yml was using $CLOJURE_ALIAS, while
bin/kaocha was looking at $CLOJURE
tests weren't passing on 1.10 anyway due to code using
clojure.core/random-uuid, introduced in 1.11
@opqdonut opqdonut changed the title fix: really use clojure 1.10 in CI don't pretend to support clojure 1.10 Sep 1, 2023
@opqdonut
Copy link
Member Author

opqdonut commented Sep 1, 2023

Should we have a (backdated?) changelog entry for dropping 1.10 support? Looks like tests were broken for 1.10 as early as 2022-10, see #767

@opqdonut opqdonut merged commit 5ceda19 into master Sep 1, 2023
6 checks passed
@opqdonut opqdonut deleted the really-test-clojure-10 branch September 1, 2023 12:52
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 this pull request may close these issues.

2 participants