Skip to content

Commit 010157d

Browse files
committed
Remove truffleruby from CI
1 parent 9eeb3d7 commit 010157d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ jobs:
66
continue-on-error: ${{ matrix.flaky }}
77
strategy:
88
matrix:
9-
ruby-version:
10-
["3.0", "3.1", "3.2", "3.3", "jruby-9.4", "truffleruby-23"]
9+
ruby-version: ["3.0", "3.1", "3.2", "3.3", "jruby-9.4"]
1110
flaky: [false]
1211
include:
1312
- ruby-version: "ruby-head"
1413
flaky: true
1514
- ruby-version: "jruby-head"
1615
flaky: true
17-
- ruby-version: "truffleruby-head"
18-
flaky: true
1916
steps:
2017
- uses: actions/checkout@v4
2118

0 commit comments

Comments
 (0)