File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 RUBYOPT : ' -rostruct'
1919 steps :
2020 - checkout
21- - run : gem install bundler -v '1.17'
21+ - run : gem install bundler
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
You can’t perform that action at this time.
0 commit comments