diff --git a/.github/workflows/test_pact_cli_tools_cross_os.yml b/.github/workflows/test_pact_cli_tools_cross_os.yml index d86b7ef..fdb130e 100644 --- a/.github/workflows/test_pact_cli_tools_cross_os.yml +++ b/.github/workflows/test_pact_cli_tools_cross_os.yml @@ -79,7 +79,7 @@ jobs: uses: ruby/setup-ruby@v1 if: ${{ (env.PACT_TOOL == 'ruby_cli' || env.PACT_TOOL == 'ruby_standalone') && runner.os == 'Linux' }} with: - ruby-version: 2.7.8 + ruby-version: 3.4.7 bundler: none # we add a fallback for windows/darwin runners as they cannot run docker - name: 🔧 install-pact-ruby-cli (also runs for macOS/docker)