Skip to content

Commit 232c885

Browse files
committed
appveyor: Add Ruby 3.2 versions
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 0a9a3f8 commit 232c885

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ test_script:
2020
# https://www.appveyor.com/docs/installed-software/#ruby
2121
environment:
2222
matrix:
23+
- ruby_version: "32-x64"
24+
- ruby_version: "32"
2325
- ruby_version: "31-x64"
2426
- ruby_version: "31"
2527
- ruby_version: "30-x64"
@@ -38,6 +40,7 @@ for:
3840
matrix:
3941
only:
4042
- ruby_version: "31-x64"
43+
- ruby_version: "32-x64"
4144
install:
4245
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
4346
- ruby --version

0 commit comments

Comments
 (0)