Skip to content

Commit 3590316

Browse files
Update CI
1 parent 18dd648 commit 3590316

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/rspec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ 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_0_0.gemfile",
2525
"gemfiles/graphql_2_0_14.gemfile",
2626
"gemfiles/graphql_2_1_0.gemfile",
2727
"gemfiles/graphql_2_1_4.gemfile",
2828
"gemfiles/graphql_2_3_0.gemfile",
2929
"gemfiles/graphql_2_3_11.gemfile",
30+
"gemfiles/graphql_2_4_8.gemfile",
3031
"gemfiles/graphql_master.gemfile"
3132
]
3233
exclude:

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 3.0
17+
ruby-version: 3.4
1818
bundler-cache: true
1919
bundler: 2.2.0
2020
- name: Lint Ruby code with RuboCop

gemfiles/graphql_2_4_8.gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
3+
gem "graphql", "~> 2.4.8"
4+
5+
gemspec path: "../"

0 commit comments

Comments
 (0)