Skip to content

Commit 5907f21

Browse files
committed
CI: Add Ruby 3.2 to test matrix
Ruby 3.2.0 has been released on 25 Dec 2022.
1 parent b101e52 commit 5907f21

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest, macos-latest ] # , windows-latest ]
13-
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1" ]
13+
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
1414

1515
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)