更新 .gitea/workflows/Laravel.yaml
Some checks failed
Tests / PHP ${{ matrix.php }} (8.1) (pull_request) Has been cancelled
Tests / PHP ${{ matrix.php }} (8.2) (pull_request) Has been cancelled
Tests / PHP ${{ matrix.php }} (8.1) (push) Failing after 12m5s
Tests / PHP ${{ matrix.php }} (8.2) (push) Failing after 10m38s

This commit is contained in:
筱锋xiao_lfeng 2023-06-29 01:07:21 +08:00
parent a3e657da52
commit a7e1906ca5

View File

@ -28,8 +28,8 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup PHP - name: 配置PHP
uses: https://www.github.com/shivammathur/setup-php@v2 uses: XiaoLFeng/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