Skip to content

Commit 82ef91b

Browse files
Add Ruby 3.4 to CI
1 parent 9620770 commit 82ef91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ruby: [3.1, 3.2, 3.3]
22+
ruby: [3.1, 3.2, 3.3, 3.4]
2323
gemfile: [
2424
"gemfiles/graphql_2_1_4.gemfile",
2525
"gemfiles/graphql_2_3_0.gemfile",

0 commit comments

Comments
 (0)