Merge pull request #6804 from paulbalandan/deptrac

Fix deptrac requires ^8.1
This commit is contained in:
kenjis 2022-11-02 06:35:49 +09:00 committed by GitHub
commit 32a5cccf53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
tools: composer, phive
extensions: intl, json, mbstring, gd, mysqlnd, xdebug, xml, sqlite3