Skip to content

Commit

Permalink
ci: update rubies in downstream.yml
Browse files Browse the repository at this point in the history
for some projects
  • Loading branch information
flavorjones committed Jun 20, 2024
1 parent 2a558b6 commit 67b0152
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 67b0152

Please sign in to comment.