Skip to content

Commit 3815be4

Browse files
authored
workflows/tests: add ruby 3.3 to matrix (#580)
Signed-off-by: William Woodruff <[email protected]>
1 parent a7ccbdd commit 3815be4

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]
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)