Skip to content

Commit b6a4f9c

Browse files
committed
Test falcon on Ruby v3.2.
1 parent 178a090 commit b6a4f9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ jobs:
3939
gemfile: "gems/webrick-rack-v3.rb"
4040
server: "rackup -s webrick"
4141
endpoint: "http://localhost:9292"
42-
- ruby: "3.1"
42+
- ruby: "3.2"
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.1"
47+
- ruby: "3.2"
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.1"
52+
- ruby: "3.2"
5353
name: "Falcon-v0-Rack-v3-http"
5454
gemfile: "gems/falcon-v0-rack-v3.rb"
5555
server: "falcon --bind http://localhost:9292"

0 commit comments

Comments
 (0)