.github/workflows/ruby.yml in couch_potato-1.10.0 vs .github/workflows/ruby.yml in couch_potato-1.10.1
- old
+ new
@@ -14,22 +14,28 @@
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}
strategy:
fail-fast: false
matrix:
- ruby: [2.6, 2.7, "jruby"]
+ ruby: [2.7, '3.0', "jruby"]
gemfile:
- "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"
+ - ruby: "3.0"
+ gemfile: "active_support_5_0"
+ - ruby: "3.0"
+ gemfile: "active_support_5_1"
+ - ruby: "3.0"
+ gemfile: "active_support_5_2"
+ - ruby: "3.0"
+ gemfile: "active_support_6_0"
steps:
- uses: actions/checkout@v2
- name: Set up CouchDB
uses: cobot/couchdb-action@v4
with: