Update PHP version in tests.

This commit is contained in:
Buster Neece 2023-01-11 11:33:59 -06:00
parent f011e05ae1
commit ee046d776d
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
extensions: intl, xdebug
tools: composer:v2, cs2pr