.github/workflows/ruby.yml in couch_potato-1.9.0 vs .github/workflows/ruby.yml in couch_potato-1.10.0
- old
+ new
@@ -21,9 +21,15 @@
- "active_support_5_0"
- "active_support_5_1"
- "active_support_5_2"
- "active_support_6_0"
- "active_support_6_1"
+ - "active_support_7_0"
+ exclude:
+ - ruby: 2.6
+ gemfile: "active_support_7_0"
+ - ruby: "jruby"
+ gemfile: "active_support_7_0"
steps:
- uses: actions/checkout@v2
- name: Set up CouchDB
uses: cobot/couchdb-action@v4
with: