Skip to content

Commit

Permalink
Also test with truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
AvnerCohen committed Jan 30, 2023
1 parent f5b3cab commit 5788d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
ruby: ['3.2', '3.0', '2.7']
ruby: ['3.2', '3.0', '2.7', 'truffleruby-head']
steps:
- uses: actions/checkout@v1
- name: Set up Ruby ${{ matrix.ruby }}
Expand Down

0 comments on commit 5788d5c

Please sign in to comment.