Skip to content

Commit

Permalink
Revert "Test only with truffleruby-head"
Browse files Browse the repository at this point in the history
* This reverts commit 2361a8a.
* truffleruby 24.0.0 is out and has the fix, see
  #1095
  • Loading branch information
eregon committed Mar 20, 2024
1 parent d0074a2 commit e110f49
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ 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

test:
needs: ruby-versions
Expand All @@ -18,12 +16,11 @@ jobs:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
ruby: truffleruby-head
- os: macos-latest
ruby: truffleruby-head
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 e110f49

Please sign in to comment.