We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9ee67 commit cdf6180Copy full SHA for cdf6180
.github/workflows/ci.yml
@@ -72,6 +72,16 @@ jobs:
72
appraisal: false
73
- gemfile: gemfiles/rails_7_1_graphiti_rails.gemfile
74
75
+ - gemfile: gemfiles/rails_7_2_graphiti_rails.gemfile
76
+ appraisal: false
77
+ - gemfile: gemfiles/rails_8_0_graphiti_rails.gemfile
78
79
80
+ ruby: 2.7
81
82
+ ruby: 3.0
83
84
+ ruby: 3.1
85
# Rails 5 can't run on Ruby 3
86
- gemfile: gemfiles/rails_5_2.gemfile
87
ruby: 3.0
0 commit comments