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

Make CI test both versions of scala on PR #90

Open
codefromthecrypt opened this issue Sep 2, 2020 · 2 comments
Open

Make CI test both versions of scala on PR #90

codefromthecrypt opened this issue Sep 2, 2020 · 2 comments

Comments

@codefromthecrypt
Copy link
Member

Right now, we only deploy both versions of scala. It would be nice to run tests on both versions, even if there's little chance we will break.

@jcchavezs
Copy link
Contributor

jcchavezs commented Sep 2, 2020 via email

@codefromthecrypt
Copy link
Member Author

hah cool! the trick will be that since the build has _2.12 in it you will need to hack slightly to replace that with _2.13 to run tests only on the matrix for scala 2.13. Matrix for scala 2.12 is default basically. Be sure to not have this affect things that actually deploy (eg do this only in PR not master or release-N.N.N or N.N.N tag)

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

No branches or pull requests

2 participants