Prepare for PHP 8.2 as primary version

This commit is contained in:
Dylan K. Taylor
2023-11-09 19:04:53 +00:00
parent 269b3d89a2
commit 7a4cf8ef68
4 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup PHP and tools
uses: shivammathur/setup-php@2.27.1
with:
php-version: 8.1
php-version: 8.2
- name: Restore Composer package cache
uses: actions/cache@v3