Skip to content

Commit f3848cd

Browse files
committed
Add Ruby 3.3 to test matrix.
1 parent 82d8531 commit f3848cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
ruby-version: ['2.7', '3.0', '3.1', '3.2']
20+
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Set up Ruby

0 commit comments

Comments
 (0)