Skip to content

Commit

Permalink
Set PHP 8.2 as minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolli committed Nov 18, 2024
1 parent fc001a5 commit 25c0769
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
php-version: [ '8.2', '8.3', '8.4' ]

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 @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.2",
"ext-json": "*",
"google/protobuf": "^v4"
},
Expand Down

0 comments on commit 25c0769

Please sign in to comment.