Skip to content

Commit

Permalink
Update passenger workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 1, 2025
1 parent 5968592 commit 2130b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-passenger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: "3.3"
- ruby: "3.4"
name: "Passenger-v6-Rack-v2-http"
gemfile: "gems/passenger-v6-rack-v2.rb"
server: "passenger start"
Expand All @@ -47,7 +47,7 @@ jobs:
bundle exec benchmark-http wait ${{matrix.endpoint}}
bundle exec benchmark-http latency ${{matrix.endpoint}}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: R${{matrix.ruby}}-${{matrix.name}}
path: "*.log"

0 comments on commit 2130b96

Please sign in to comment.