Skip to content

Commit

Permalink
appveyor: Add Ruby 3.2 versions
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed May 10, 2024
1 parent 0a9a3f8 commit 232c885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ test_script:
# https://www.appveyor.com/docs/installed-software/#ruby
environment:
matrix:
- ruby_version: "32-x64"
- ruby_version: "32"
- ruby_version: "31-x64"
- ruby_version: "31"
- ruby_version: "30-x64"
Expand All @@ -38,6 +40,7 @@ for:
matrix:
only:
- ruby_version: "31-x64"
- ruby_version: "32-x64"
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
Expand Down

0 comments on commit 232c885

Please sign in to comment.