build: add GH Actions CI
#243
Merged
Bogdanp
merged 1 commits from gh-actions
into master
4 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'gh-actions'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I made this change thinking there was no CI in place already, but I noticed the Travis config just now so feel free to reject this. Then again, it might make sense to keep both given Travis' upcoming billing changes.
Thanks! I had been thinking I needed to migrate away from Travis, but I hadn’t looked into the details.
Can your GH Actions script test Racket 6.3 and later?
Is there any reason for me to keep Travis?
I think it can currently install Rackets as far back as 6.5, but I should be able to modify it to support 6.4 and 6.3. The installer URL structure is different prior to 6.5 so that's why those versions are not currently supported.
I only went back to 7.4 in my PR because that's as far back as the CS releases go. If you like, I can make a new PR to get it to test on 6.5 and up and have it conditionally test the CS variant for the versions where it's available. If you want to keep supporting 6.3 and 6.4 in CI, I can try to add support for those to
setup-racket
next weekend.I don't think there's any reason in particular to keep Travis around.
If 6.5 is the easier target, then I can live with that. I can drop support for 6.3 and 6.4. The price of progress 🤘
Thanks for
setup-racket
!62b19a07d8
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.