Skip to content

Commit 916df5f

Browse files
authored
skip truffleruby tests in Rails 5
1 parent f5543d7 commit 916df5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
ruby-version: "3.1"
9090
- gemfile: "rails-5.2"
9191
ruby-version: "3.0"
92+
- gemfile: "rails-5.2"
93+
ruby-version: "truffleruby"
9294

9395
- gemfile: "rails-5.1"
9496
ruby-version: "3"
@@ -100,6 +102,8 @@ jobs:
100102
ruby-version: "3.1"
101103
- gemfile: "rails-5.1"
102104
ruby-version: "3.0"
105+
- gemfile: "rails-5.1"
106+
ruby-version: "truffleruby"
103107

104108
- gemfile: "rails-5.0"
105109
ruby-version: "3"
@@ -111,6 +115,8 @@ jobs:
111115
ruby-version: "3.1"
112116
- gemfile: "rails-5.0"
113117
ruby-version: "3.0"
118+
- gemfile: "rails-5.0"
119+
ruby-version: "truffleruby"
114120

115121
env:
116122
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile

0 commit comments

Comments
 (0)