Bump php version

This commit is contained in:
Lance Pioch 2024-03-23 16:37:33 -04:00
parent 96c30b6a34
commit bbe3361607

View File

@ -19,7 +19,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