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

Improve CI (Github Actions) to build against different Kotlin core versions (1.4 - 1.7) #565

Closed
cowtowncoder opened this issue May 23, 2022 · 1 comment

Comments

@cowtowncoder
Copy link
Member

(note: follow up for #556)

Currently the regular build as well as build on Continuous Integration (implemented using Github Actions) simply use the define version.kotlin dependency for everything.
But this won't help verifying whether build and tests would also work against other (older or newer) Kotlin core versions.

It seems like it is rather simple to override Kotlin dependency with

./mvnw -Dversion.kotlin=1.3.0 clean install test

(and so on).

So let's improve CI by adding alternate jobs or steps with different configurations.

@cowtowncoder cowtowncoder changed the title Improve CI (Github Actions) to build against different Kotlin core versions Improve CI (Github Actions) to build against different Kotlin core versions (1.4 - 1.7) Oct 14, 2022
@cowtowncoder
Copy link
Member Author

Added to 2.13 branch, and it looks like Kotlin 1.5 and 1.6 pass, but 1.4 and 1.7 fail.

/cc @Spikhalskiy

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

No branches or pull requests

1 participant