Skip to content

Commit a45d2a7

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 a45d2a7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)