Skip to content

Commit

Permalink
Merge pull request #116 from gogainda/patch-1
Browse files Browse the repository at this point in the history
Add TruffleRuby to CI
  • Loading branch information
mdp committed May 30, 2023
2 parents 470b39c + a04448b commit 5b60912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7', '2.3']
ruby-version: ['3.1', '3.0', '2.7', '2.3', truffleruby-head]

steps:
- uses: actions/checkout@v3
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec
run: bundle exec rspec

0 comments on commit 5b60912

Please sign in to comment.