Skip to content

Commit 70aef1f

Browse files
authored
Add Ruby 3.2 to the CI matrix
1 parent 964aba3 commit 70aef1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head']
13+
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'ruby-head']
1414
continue-on-error: ${{ matrix.ruby-version == 'ruby-head' }}
1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)