Skip to content

Commit 0262f3e

Browse files
committed
Add ruby 3.4 to test matrix
1 parent 47e4d2a commit 0262f3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- "3.1"
3434
- "3.2"
3535
- "3.3"
36+
- "3.4"
3637
gemfile:
3738
- Gemfile
3839
- gemfiles/rails_5_2.gemfile
@@ -103,6 +104,10 @@ jobs:
103104
ruby: 3.3
104105
- gemfile: gemfiles/rails_5_2_graphiti_rails.gemfile
105106
ruby: 3.3
107+
- gemfile: gemfiles/rails_5_2.gemfile
108+
ruby: 3.4
109+
- gemfile: gemfiles/rails_5_2_graphiti_rails.gemfile
110+
ruby: 3.4
106111
continue-on-error: ${{ matrix.ruby == 'ruby-head' }}
107112
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
108113
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}

0 commit comments

Comments
 (0)