Skip to content

Commit

Permalink
Drop 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-lopez committed Aug 28, 2023
1 parent 9e7303d commit e33b216
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.0, 8.1, 8.2]
php: [8.1, 8.2]
steps:
- uses: actions/checkout@v1
- uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=8.0.0"
"php": ">=8.1.0"
},
"require-dev": {
"ext-ds": "*",
Expand Down

0 comments on commit e33b216

Please sign in to comment.