We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e4d2a commit 0262f3eCopy full SHA for 0262f3e
.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
33
- "3.1"
34
- "3.2"
35
- "3.3"
36
+ - "3.4"
37
gemfile:
38
- Gemfile
39
- gemfiles/rails_5_2.gemfile
@@ -103,6 +104,10 @@ jobs:
103
104
ruby: 3.3
105
- gemfile: gemfiles/rails_5_2_graphiti_rails.gemfile
106
107
+ - gemfile: gemfiles/rails_5_2.gemfile
108
+ ruby: 3.4
109
+ - gemfile: gemfiles/rails_5_2_graphiti_rails.gemfile
110
111
continue-on-error: ${{ matrix.ruby == 'ruby-head' }}
112
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
113
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
0 commit comments