Skip to content

Commit

Permalink
Merge pull request #7 from tbreuss/maintenance
Browse files Browse the repository at this point in the history
feat: maintenance
  • Loading branch information
tbreuss authored Jan 10, 2023
2 parents 4b07b1f + 9abaf3f commit 860b45b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
matrix:
# ubuntu-latest, windows-latest, macos-latest
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
install: composer install
script: composer test
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"http"
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"psr/http-message": "^1.0",
"psr/http-factory": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/HttpFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Message\StreamInterface;
use PSR\Http\Message\UploadedFileInterface;
use Psr\Http\Message\UploadedFileInterface;
use Psr\Http\Message\UriInterface;
use RuntimeException;
use Tebe\HttpFactory\Factory\DiactorosFactory;
Expand Down

0 comments on commit 860b45b

Please sign in to comment.