Skip to content

Commit

Permalink
ci: bump ruby versions tested by appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 11, 2024
1 parent cd19b29 commit 5830f3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ test_script:

environment:
matrix:
- ruby_version: 32
- ruby_version: 33
INSTALL_PACKAGES: "mingw-w64-i686-libyaml"
- ruby_version: 32
- ruby_version: 33
INSTALL_PACKAGES: "mingw-w64-i686-libxslt mingw-w64-i686-libyaml"
EXTCONF_PARAMS: "--use-system-libraries"

- ruby_version: 30
- ruby_version: 31
INSTALL_PACKAGES: "mingw-w64-i686-libyaml"
- ruby_version: 30
- ruby_version: 31
INSTALL_PACKAGES: "mingw-w64-i686-libxslt mingw-w64-i686-libyaml"
EXTCONF_PARAMS: "--use-system-libraries"

0 comments on commit 5830f3d

Please sign in to comment.