Skip to content

Commit

Permalink
Remove truffleruby from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Dec 19, 2024
1 parent 9eeb3d7 commit 010157d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ jobs:
continue-on-error: ${{ matrix.flaky }}
strategy:
matrix:
ruby-version:
["3.0", "3.1", "3.2", "3.3", "jruby-9.4", "truffleruby-23"]
ruby-version: ["3.0", "3.1", "3.2", "3.3", "jruby-9.4"]
flaky: [false]
include:
- ruby-version: "ruby-head"
flaky: true
- ruby-version: "jruby-head"
flaky: true
- ruby-version: "truffleruby-head"
flaky: true
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 010157d

Please sign in to comment.