Skip to content

Commit 0a1907d

Browse files
committed
CI
1 parent 4e8b130 commit 0a1907d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [macos-latest, ubuntu-latest]
26-
ruby-version: ${{fromJSON(vars.BUILD_AND_TEST_EXTENSION_RUBY_VERSIONS)}}
26+
ruby-version: ['3.2', '3.1', '3.0', '2.7']
2727

2828
steps:
2929
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)