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 4e8b130 commit 0a1907dCopy full SHA for 0a1907d
.github/workflows/build-and-test-extension.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [macos-latest, ubuntu-latest]
26
- ruby-version: ${{fromJSON(vars.BUILD_AND_TEST_EXTENSION_RUBY_VERSIONS)}}
+ ruby-version: ['3.2', '3.1', '3.0', '2.7']
27
28
steps:
29
- uses: actions/checkout@v3
0 commit comments