@@ -29,72 +29,72 @@ jobs:
2929 fail-fast : false
3030 matrix :
3131 include :
32- - ruby : " 3.4 "
32+ - ruby : ruby
3333 name : " Webrick-Rack-v2-http"
3434 gemfile : " gems/webrick-rack-v2.rb"
3535 server : " rackup -s webrick"
3636 endpoint : " http://localhost:9292"
37- - ruby : " 3.4 "
37+ - ruby : ruby
3838 name : " Webrick-Rack-v3-http"
3939 gemfile : " gems/webrick-rack-v3.rb"
4040 server : " rackup -s webrick"
4141 endpoint : " http://localhost:9292"
42- - ruby : " 3.4 "
42+ - ruby : ruby
4343 name : " Falcon-v0-Rack-v2-https"
4444 gemfile : " gems/falcon-v0-rack-v2.rb"
4545 server : " falcon"
4646 endpoint : " https://localhost:9292"
47- - ruby : " 3.4 "
47+ - ruby : ruby
4848 name : " Falcon-v0-Rack-v3-https"
4949 gemfile : " gems/falcon-v0-rack-v3.rb"
5050 server : " falcon"
5151 endpoint : " https://localhost:9292"
52- - ruby : " 3.4 "
52+ - ruby : ruby
5353 name : " Falcon-v0-Rack-v3-http"
5454 gemfile : " gems/falcon-v0-rack-v3.rb"
5555 server : " falcon --bind http://localhost:9292"
5656 endpoint : " http://localhost:9292"
57- - ruby : " 3.4 "
57+ - ruby : ruby
5858 name : " Puma-v4-Rack-v2-http"
5959 gemfile : " gems/puma-v4-rack-v2.rb"
6060 server : " puma"
6161 endpoint : " http://localhost:9292"
62- - ruby : " 3.4 "
62+ - ruby : ruby
6363 name : " Puma-v5-Rack-v2-http"
6464 gemfile : " gems/puma-v5-rack-v2.rb"
6565 server : " puma"
6666 endpoint : " http://localhost:9292"
67- - ruby : " 3.4 "
67+ - ruby : ruby
6868 name : " Puma-v6-Rack-v2-http"
6969 gemfile : " gems/puma-v6-rack-v2.rb"
7070 server : " puma"
7171 endpoint : " http://localhost:9292"
72- - ruby : " 3.4 "
72+ - ruby : ruby
7373 name : " Puma-v6-Rack-v3-http"
7474 gemfile : " gems/puma-v6-rack-v3.rb"
7575 server : " puma"
7676 endpoint : " http://localhost:9292"
77- - ruby : " 3.4 "
77+ - ruby : ruby
7878 name : " Puma-head-Rack-v2-http"
7979 gemfile : " gems/puma-head-rack-v2.rb"
8080 server : " puma"
8181 endpoint : " http://localhost:9292"
82- - ruby : " 3.4 "
82+ - ruby : ruby
8383 name : " Puma-head-Rack-v3-http"
8484 gemfile : " gems/puma-head-rack-v3.rb"
8585 server : " puma"
8686 endpoint : " http://localhost:9292"
87- - ruby : " 3.4 "
87+ - ruby : ruby
8888 name : " Thin-v1-Rack-v2-http"
8989 gemfile : " gems/thin-v1-rack-v2.rb"
9090 server : " thin start"
9191 endpoint : " http://localhost:3000"
92- - ruby : " 3.4 "
92+ - ruby : ruby
9393 name : " Unicorn-v6-Rack-v2-http"
9494 gemfile : " gems/unicorn-v6-rack-v2.rb"
9595 server : " unicorn -E none"
9696 endpoint : " http://localhost:8080"
97- - ruby : " 3.4 "
97+ - ruby : ruby
9898 name : " Pitchfork-head-Rack-v2-http"
9999 gemfile : " gems/pitchfork-head-rack-v2.rb"
100100 server : " pitchfork -E none"
0 commit comments