We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5543d7 commit 916df5fCopy full SHA for 916df5f
.github/workflows/main.yml
@@ -89,6 +89,8 @@ jobs:
89
ruby-version: "3.1"
90
- gemfile: "rails-5.2"
91
ruby-version: "3.0"
92
+ - gemfile: "rails-5.2"
93
+ ruby-version: "truffleruby"
94
95
- gemfile: "rails-5.1"
96
ruby-version: "3"
@@ -100,6 +102,8 @@ jobs:
100
102
101
103
104
105
+ - gemfile: "rails-5.1"
106
107
108
- gemfile: "rails-5.0"
109
@@ -111,6 +115,8 @@ jobs:
111
115
112
116
113
117
118
+ - gemfile: "rails-5.0"
119
114
120
121
env:
122
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
0 commit comments