We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178a090 commit b6a4f9cCopy full SHA for b6a4f9c
.github/workflows/test.yaml
@@ -39,17 +39,17 @@ jobs:
39
gemfile: "gems/webrick-rack-v3.rb"
40
server: "rackup -s webrick"
41
endpoint: "http://localhost:9292"
42
- - ruby: "3.1"
+ - ruby: "3.2"
43
name: "Falcon-v0-Rack-v2-https"
44
gemfile: "gems/falcon-v0-rack-v2.rb"
45
server: "falcon"
46
endpoint: "https://localhost:9292"
47
48
name: "Falcon-v0-Rack-v3-https"
49
gemfile: "gems/falcon-v0-rack-v3.rb"
50
51
52
53
name: "Falcon-v0-Rack-v3-http"
54
55
server: "falcon --bind http://localhost:9292"
0 commit comments