Skip to content

Commit c7ecd32

Browse files
authored
Test TruffleRuby release in CI for improved stability (#1209)
1 parent 31e068a commit c7ecd32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/truffle-ruby-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-with-truffleruby-head
1+
name: build-with-truffleruby
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
irb:
1111
if: github.repository == 'ruby/irb' || github.event_name != 'schedule'
12-
name: rake test truffleruby-head ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
12+
name: rake test truffleruby ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
1313
strategy:
1414
matrix:
1515
with_latest_reline: [true, false]
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: truffleruby-head
26+
ruby-version: truffleruby
2727
bundler-cache: true
2828
- name: Run tests
2929
run: bundle exec rake test

0 commit comments

Comments
 (0)