We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8328b88 commit 5e72206Copy full SHA for 5e72206
.github/workflows/test_pact_cli_tools_cross_os.yml
@@ -79,7 +79,7 @@ jobs:
79
uses: ruby/setup-ruby@v1
80
if: ${{ (env.PACT_TOOL == 'ruby_cli' || env.PACT_TOOL == 'ruby_standalone') && runner.os == 'Linux' }}
81
with:
82
- ruby-version: 2.7
+ ruby-version: 3.4.7
83
bundler: none
84
# we add a fallback for windows/darwin runners as they cannot run docker
85
- name: 🔧 install-pact-ruby-cli (also runs for macOS/docker)
0 commit comments