From 67b0152914b0a9392a7a20e578bd605f91254b41 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 20 Jun 2024 00:57:12 -0400 Subject: [PATCH] ci: update rubies in downstream.yml for some projects --- .github/workflows/downstream.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index df42752edee..2ab96744a83 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -27,15 +27,15 @@ jobs: - url: https://github.com/flavorjones/loofah name: loofah command: "bundle exec rake test" - ruby: "3.2" + ruby: "3.3" - url: https://github.com/rails/rails-html-sanitizer name: rails-html-sanitizer command: "bundle exec rake test" - ruby: "3.2" + ruby: "3.3" - url: https://github.com/rgrove/sanitize name: sanitize command: "bundle exec rake test" - ruby: "3.2" + ruby: "3.3" - url: https://github.com/ebeigarts/signer name: signer command: "bundle exec rake spec" @@ -47,7 +47,7 @@ jobs: - url: https://github.com/rails/rails name: xmlmini command: "cd activesupport && bundle exec rake test TESTOPTS=-n/XmlMini/" - ruby: "3.2" + ruby: "3.3" - url: https://github.com/pythonicrubyist/creek name: creek command: "bundle exec rake spec" @@ -59,11 +59,11 @@ jobs: - url: https://github.com/sparklemotion/mechanize name: mechanize command: "bundle exec rake test" - ruby: "3.2" + ruby: "3.3" - url: https://github.com/stimulusreflex/stimulus_reflex name: stimulus_reflex command: "bundle exec rake test" - ruby: "3.2" + ruby: "3.3" # - url: https://github.com/instructure/nokogiri-xmlsec-instructure # name: nokogiri-xmlsec-instructure # precommand: "apt install -y libxmlsec1-dev"