更新 .gitea/workflows/Laravel.yaml
Some checks failed
Tests / PHP ${{ matrix.php }} (8.1) (push) Failing after 15s
Tests / PHP ${{ matrix.php }} (8.2) (push) Failing after 15s
Tests / PHP ${{ matrix.php }} (8.1) (pull_request) Failing after 15s
Tests / PHP ${{ matrix.php }} (8.2) (pull_request) Failing after 1m14s

This commit is contained in:
筱锋xiao_lfeng 2023-06-29 00:49:36 +08:00
parent fca8f278f5
commit 864e2bf43b

View File

@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: https://www.github com/shivammathur/setup-php@v2
with: with:
php-version: ${{ matrix.php }} php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite