Skip to content

Commit b077cf0

Browse files
committed
ci: add ruby-3.3
1 parent c76b864 commit b077cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '3.0', '3.1', '3.2' ]
11+
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set upt Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)