1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Bump windows minimum version for tests

This commit is contained in:
schneems 2019-06-10 13:33:36 -05:00
parent 06bd72cfa5
commit d93b8c2d03

View file

@ -13,7 +13,7 @@ Make-Const repo_name 'puma'
Make-Const url_repo 'https://github.com/puma/puma.git'
#———————————————————————————————————————————————————————————————— lowest ruby version
Make-Const ruby_vers_low 22
Make-Const ruby_vers_low 25
# null = don't compile; false = compile, ignore test (allow failure);
# true = compile & test
Make-Const trunk $false ; Make-Const trunk_x64 $false