Skip to content

Commit

Permalink
Remove php 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Aug 4, 2024
1 parent 4de94e8 commit 53b83e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.2', '8.3']
name: PHP ${{ matrix.php-versions }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=8.1"
"php": ">=8.2"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.7",
Expand Down

0 comments on commit 53b83e6

Please sign in to comment.