Skip to content

Commit 6434050

Browse files
committed
Upgrade from Ruby 3.3 to 3.4.
1 parent daa4050 commit 6434050

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/test.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,72 +29,72 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
include:
32-
- ruby: "3.3"
32+
- ruby: "3.4"
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.3"
37+
- ruby: "3.4"
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.3"
42+
- ruby: "3.4"
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.3"
47+
- ruby: "3.4"
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.3"
52+
- ruby: "3.4"
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.3"
57+
- ruby: "3.4"
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.3"
62+
- ruby: "3.4"
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.3"
67+
- ruby: "3.4"
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.3"
72+
- ruby: "3.4"
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.3"
77+
- ruby: "3.4"
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.3"
82+
- ruby: "3.4"
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.3"
87+
- ruby: "3.4"
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.3"
92+
- ruby: "3.4"
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.3"
97+
- ruby: "3.4"
9898
name: "Pitchfork-head-Rack-v2-http"
9999
gemfile: "gems/pitchfork-head-rack-v2.rb"
100100
server: "pitchfork -E none"

0 commit comments

Comments
 (0)