chore: uses PHP 8.2 for static testing

This commit is contained in:
Nuno Maduro
2024-01-11 11:28:45 +00:00
parent 5aa13b8e97
commit 1506d8bb27

View File

@ -24,7 +24,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
tools: composer:v2
coverage: none