Skip to content

Commit 85491bb

Browse files
authored
Update ruby_ci.yml (#126)
1 parent 59cc301 commit 85491bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
1515
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
16-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', head, jruby, jruby-head, truffleruby, truffleruby-head]
16+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: ${{ matrix.ruby }}
2323
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
24-
- run: bundle exec rake
24+
- run: bundle exec rake

0 commit comments

Comments
 (0)