Skip to content

Commit

Permalink
Re-add truffleruby-head in CI
Browse files Browse the repository at this point in the history
* This reverts commit 5db4767.
  • Loading branch information
eregon committed Jul 29, 2023
1 parent d19f7c6 commit e3bd869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ permissions: # added using https://github.com/step-security/secure-workflows
jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby-jruby
versions: '["truffleruby"]'

test:
needs: ruby-versions
strategy:
Expand All @@ -20,6 +18,8 @@ jobs:
exclude:
- os: windows-latest
ruby: truffleruby
- os: windows-latest
ruby: truffleruby-head
- os: windows-latest
ruby: jruby
- os: windows-latest
Expand Down

0 comments on commit e3bd869

Please sign in to comment.