.github/workflows/rspec.yml in cpflow-3.0.0 vs .github/workflows/rspec.yml in cpflow-3.0.1

- old
+ new

@@ -11,18 +11,18 @@ rspec-fast: name: RSpec (Fast) uses: ./.github/workflows/rspec-shared.yml with: os-version: ubuntu-latest - ruby-version: "2.7" + ruby-version: "3.2" test-tag: ~slow secrets: inherit rspec-slow: name: RSpec (Slow) uses: ./.github/workflows/rspec-shared.yml if: github.event_name == 'workflow_dispatch' with: os-version: ubuntu-latest - ruby-version: "2.7" + ruby-version: "3.2" test-tag: slow secrets: inherit