Move primary version to PHP 8.1

8.0 is still supported for now, but won't be updated any longer.
This commit is contained in:
Dylan K. Taylor
2023-04-26 16:03:33 +01:00
parent eb4679fefd
commit eb130f2906
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@2.24.0
with:
php-version: 8.0
php-version: 8.1
- name: Restore Composer package cache
uses: actions/cache@v3