File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 21
21
fail-fast : false
22
22
matrix :
23
23
include :
24
- - ruby : " 3.3 "
24
+ - ruby : " 3.4 "
25
25
name : " Passenger-v6-Rack-v2-http"
26
26
gemfile : " gems/passenger-v6-rack-v2.rb"
27
27
server : " passenger start"
@@ -39,15 +39,16 @@ jobs:
39
39
40
40
- name : Run tests
41
41
timeout-minutes : 10
42
- run : bundle exec bake test
42
+ run : bundle exec bake rack:conform:server
43
+ # bundle exec bake test
43
44
44
45
- name : Run benchmarks
45
46
run : |
46
47
bundle exec ${{matrix.server}} &
47
48
bundle exec benchmark-http wait ${{matrix.endpoint}}
48
49
bundle exec benchmark-http latency ${{matrix.endpoint}}
49
50
50
- - uses : actions/upload-artifact@v3
51
+ - uses : actions/upload-artifact@v4
51
52
with :
52
53
name : R${{matrix.ruby}}-${{matrix.name}}
53
54
path : " *.log"
Original file line number Diff line number Diff line change 5
5
6
6
eval_gemfile '../gems.rb'
7
7
8
- gem "passenger" , "~> 6.0"
8
+ gem "passenger" , ">= 6.0.26 "
9
9
gem "rack" , "~> 2.0"
10
+
11
+ gem "base64"
12
+ gem "logger"
You can’t perform that action at this time.
0 commit comments