Skip to content

Commit

Permalink
Merge pull request #15 from zfegg/develop
Browse files Browse the repository at this point in the history
Fix serverVariables
  • Loading branch information
Moln authored Aug 5, 2023
2 parents 4244b51 + b98a814 commit ca02611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4', '8.0', '8.1']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion src/Helper/MakeHttpRequestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public function call(
$method,
$uri,
$parameters,
$server,
$server + $this->serverVariables,
$content,
$cookies + $this->defaultCookies,
$files
Expand Down

0 comments on commit ca02611

Please sign in to comment.