Skip to content

Commit dc4a043

Browse files
committed
ci: add jruby coverage for ruby-saml
1 parent 3ff6b8e commit dc4a043

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/downstream.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ jobs:
5252
command: "bundle exec rake spec"
5353
ruby: "3.2"
5454
- 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"
55+
name: "ruby-saml (3.4)"
56+
command: "bundle exec rake test"
57+
ruby: "3.4"
58+
- url: https://github.com/SAML-Toolkits/ruby-saml
59+
name: "ruby-saml (jruby)"
60+
command: "bundle exec rake test"
61+
ruby: "jruby"
5862
- url: https://github.com/sparklemotion/mechanize
5963
name: mechanize
6064
command: "bundle exec rake test"

0 commit comments

Comments
 (0)