.github/workflows/ruby.yml in couch_potato-1.11.0 vs .github/workflows/ruby.yml in couch_potato-1.12.0

- old
+ new

@@ -14,27 +14,20 @@ 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.7, '3.0', "jruby"] + ruby: [2.7, "3.0", "3.1", "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: "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" + - ruby: "3.1" gemfile: "active_support_6_0" steps: - uses: actions/checkout@v2 - name: Set up CouchDB uses: cobot/couchdb-action@v4