chore: update to php 8.2 minimum
Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
parent
4785c5d141
commit
79dc5ee55f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: "8.1"
|
||||
php-version: "8.2"
|
||||
extensions: bcmath, curl, gd, mbstring, mysql, openssl, pdo, tokenizer, xml, zip
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
|
|
Reference in a new issue