Skip to content

Commit 9fadd82

Browse files
committed
👷 Remove Truffleruby
1 parent 2def19c commit 9fadd82

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.github/workflows/jruby-head.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@ jobs:
4040
- latest
4141
ruby:
4242
- jruby-head
43-
include:
44-
# Includes a new variable experimental with a value of false
45-
# for the matrix legs matching rubygems: latest, which is all of them.
46-
# This is here for parity with the unsupported.yml
47-
# This is a hack. Combined with continue-on-error it should allow us
48-
# to have a workflow with allowed failure.
49-
# This is the "supported" build matrix, so only the "head" builds are experimental here.
50-
- rubygems: latest
51-
experimental: true
5243

5344
runs-on: ubuntu-latest
5445
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}

.github/workflows/supported.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,14 @@ jobs:
4444
- "2.7"
4545
- "3.0"
4646
- "3.1"
47-
- truffleruby
48-
# @todo: Turn JRuby back on https://github.com/oauth-xx/oauth-ruby/runs/5752587195?check_suite_focus=true
49-
# - jruby
5047
exclude:
5148
- ruby: "3.0"
5249
gemfile: "a7"
5350
- ruby: "3.1"
5451
gemfile: "a5"
5552
- ruby: "3.1"
5653
gemfile: "a6"
54+
5755
runs-on: ubuntu-latest
5856
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
5957
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ NOTE: If there is another 0.5.x release it is anticipated to be the last of the
193193
<details>
194194
<summary>Ruby Engine Compatibility Policy</summary>
195195

196-
This gem is tested against MRI, JRuby, and Truffleruby.
196+
This gem is tested against MRI, and to a lesser extent, against JRuby, and Truffleruby.
197197
Each of those has varying versions that target a specific version of MRI Ruby.
198198
This gem should work in the just-listed Ruby engines according to the targeted MRI compatibility in the table below.
199199
If you would like to add support for additional engines,

0 commit comments

Comments
 (0)