Skip to content

Commit 8db857f

Browse files
committed
🔥 TruffleRuby doesn't seem to work with ActionMailer's method_missing-based implementation
1 parent 4ac7cef commit 8db857f

File tree

3 files changed

+0
-101
lines changed

3 files changed

+0
-101
lines changed

‎.github/workflows/current.yml‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,6 @@ jobs:
5252
rubygems: latest
5353
bundler: latest
5454

55-
# truffleruby-24.1, Rails 8.0
56-
# (according to documentation: targets Ruby 3.3 compatibility)
57-
# (according to runtime: targets Ruby 3.2 compatibility)
58-
- ruby: "truffleruby"
59-
appraisal: "rails-8-0"
60-
exec_cmd: "rake test"
61-
gemfile: "Appraisal.root"
62-
rubygems: default
63-
bundler: default
64-
6555
steps:
6656
- name: Checkout
6757
uses: actions/checkout@v4

‎.github/workflows/heads.yml‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ jobs:
4545
rubygems: default
4646
bundler: default
4747

48-
# truffleruby-head
49-
- ruby: "truffleruby-head"
50-
appraisal: "rails-8-0"
51-
exec_cmd: "rake test"
52-
gemfile: "Appraisal.root"
53-
rubygems: default
54-
bundler: default
55-
5648
steps:
5749
- name: Checkout
5850
uses: actions/checkout@v4

‎.github/workflows/truffle.yml‎

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)