Skip to content

Commit

Permalink
PHP 8.3 allowed.
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-janu committed Dec 7, 2023
1 parent 9ed23f3 commit bb6feca
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=8.1 <8.3",
"php": ">=8.1 <8.4",
"psr/http-message": "^1.1",
"php-http/client-implementation": "^1.0",
"php-http/httplug": "^2.4",
Expand Down
Loading

0 comments on commit bb6feca

Please sign in to comment.