Skip to content

Commit

Permalink
Fix deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Feb 2, 2024
1 parent d456c55 commit 3b0796f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0', '8.1', '8.2', '8.3'] # '7.2', '7.3', '7.4', '8.0', '8.1', '8.2',
php-versions: ['8.1', '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": ">=5.5.0"
"php": ">=8.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.6",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b0796f

Please sign in to comment.