Skip to content

Commit dcae700

Browse files
committed
chore(build): Update ruby versions in spec runner
1 parent e044938 commit dcae700

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
ruby:
14-
- '3.3.0'
15-
- '3.3.1'
16-
- '3.3.2'
14+
- '3.3.4'
15+
- '3.3.5'
16+
- '3.3.6'
1717

1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)