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 f03b8ed commit 985eb3eCopy full SHA for 985eb3e
.github/workflows/test_pact_cli_tools_cross_os.yml
@@ -93,7 +93,7 @@ jobs:
93
uses: ruby/setup-ruby@v1
94
if: ${{ (env.PACT_TOOL == 'ruby_cli' || env.PACT_TOOL == 'ruby_standalone') && runner.os == 'Linux' }}
95
with:
96
- ruby-version: 3.4.7
+ ruby-version: 3.4.8
97
bundler: none
98
# we add a fallback for windows/darwin runners as they cannot run docker
99
- name: 🔧 install-pact-ruby-cli (also runs for macOS/docker)
0 commit comments