Skip to content

Commit

Permalink
Bump minimum PHP version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Jun 19, 2024
1 parent faad7aa commit 4baf30f
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.1, 8.2, 8.3]
php: [8.2, 8.3]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-zip": "*",
"cebe/php-openapi": "^1.7",
"laravel-zero/phar-updater": "^1.3",
Expand Down

0 comments on commit 4baf30f

Please sign in to comment.