Skip to content

Commit 80f27d1

Browse files
committed
workflows/tests: fix Ruby 3.0 test
1 parent 2e83bf7 commit 80f27d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
platform: ["ubuntu-latest", "macos-latest"]
11-
ruby: [2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
11+
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
1212
runs-on: ${{ matrix.platform }}
1313
steps:
1414
- name: Set up Git repository

0 commit comments

Comments
 (0)