Skip to content

Commit

Permalink
Remove truffleruby, fails a symbol test, core issue of some sort.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Apr 7, 2024
1 parent 46d59fe commit dd53e2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
test:
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', 'jruby', 'truffleruby']
ruby-version: ['3.0', '3.1', '3.2', 'jruby']
platform: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- ruby-version: truffleruby
platform: windows-latest
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit dd53e2d

Please sign in to comment.