.gitlab-ci.yml in gitlab-dangerfiles-3.6.6 vs .gitlab-ci.yml in gitlab-dangerfiles-3.6.7

- old
+ new

@@ -33,28 +33,28 @@ stage: test script: - bundle exec rspec parallel: matrix: - - RUBY_VERSION: ['2.7', '3.0'] + - RUBY_VERSION: ['3.0', '3.1', '3.2'] test:rubocop: extends: .default stage: test script: - bundle exec rubocop -P -E . parallel: matrix: - - RUBY_VERSION: ['2.7', '3.0'] + - RUBY_VERSION: ['3.0', '3.1', '3.2'] test:rufo: extends: .default stage: test script: - bundle exec rufo --check . parallel: matrix: - - RUBY_VERSION: ['2.7', '3.0'] + - RUBY_VERSION: ['3.0', '3.1', '3.2'] include: - template: Security/Dependency-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml