prevent setup php from using 8.0

This commit is contained in:
crazywhalecc 2023-11-19 13:42:40 +08:00
parent 79bcd35c0e
commit c0e88bf4bd
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -118,7 +118,7 @@ jobs:
- name: "Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
php-version: 8.2
tools: pecl, composer
extensions: curl, openssl, mbstring
ini-values: memory_limit=-1