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

Switch to use GitHub Actions #164

Merged
merged 7 commits into from
Jan 19, 2021
Merged

Switch to use GitHub Actions #164

merged 7 commits into from
Jan 19, 2021

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Jan 4, 2021

No description provided.

name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ 3.0, 2.7, 2.6, 2.5, head, truffleruby-head ]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As pointed out by aycabta here, it would be necessary to quote 3.0 as '3.0' so that it won't be interpreted as 3.

@k0kubun k0kubun force-pushed the actions branch 9 times, most recently from 826c9ee to c057fa4 Compare January 19, 2021 07:15
@k0kubun k0kubun merged commit 6f510fa into master Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants