We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff6b8e commit dc4a043Copy full SHA for dc4a043
.github/workflows/downstream.yml
@@ -52,9 +52,13 @@ jobs:
52
command: "bundle exec rake spec"
53
ruby: "3.2"
54
- url: https://github.com/SAML-Toolkits/ruby-saml
55
- name: ruby-saml
56
- command: "bundle exec rake test MT_COMPAT=t"
57
- ruby: "3.2"
+ name: "ruby-saml (3.4)"
+ command: "bundle exec rake test"
+ ruby: "3.4"
58
+ - url: https://github.com/SAML-Toolkits/ruby-saml
59
+ name: "ruby-saml (jruby)"
60
61
+ ruby: "jruby"
62
- url: https://github.com/sparklemotion/mechanize
63
name: mechanize
64
command: "bundle exec rake test"
0 commit comments