Skip to content

Commit c7849d3

Browse files
committed
Test with Ruby 3.1, 3.2, 3.3
Skips testing Rails 6.0 with Ruby 3.3 due to incompatibilities.
1 parent 8ffc985 commit c7849d3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
RUBYOPT: '-rostruct'
1919
steps:
2020
- checkout
21-
- run: gem install bundler -v '1.17'
21+
- run: gem install bundler -v '2.5.23'
2222
- run:
2323
name: Install dependencies
2424
command: bundle install
@@ -42,6 +42,9 @@ workflows:
4242
ruby-version:
4343
- '2.7'
4444
- '3.0'
45+
- '3.1'
46+
- '3.2'
47+
- '3.3'
4548
gemfile:
4649
- gemfiles/rails6.0_graphql1.11.gemfile
4750
- gemfiles/rails6.0_graphql1.12.gemfile
@@ -61,6 +64,13 @@ workflows:
6164
- gemfiles/rails7.1_graphql2.1.gemfile
6265
- gemfiles/rails7.1_graphql2.2.gemfile
6366
- gemfiles/rails7.1_graphql2.3.gemfile
67+
exclude:
68+
- ruby-version: '3.3'
69+
gemfile: gemfiles/rails6.0_graphql1.11.gemfile
70+
- ruby-version: '3.3'
71+
gemfile: gemfiles/rails6.0_graphql1.12.gemfile
72+
- ruby-version: '3.3'
73+
gemfile: gemfiles/rails6.0_graphql1.13.gemfile
6474
- report-coverage:
6575
requires:
6676
- test

0 commit comments

Comments
 (0)