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

This commit is contained in:
筱锋xiao_lfeng 2023-06-29 10:49:02 +08:00
parent efd7f5fefd
commit 0b711abb16

View File

@ -3,7 +3,6 @@ name: Tests
on:
push:
branches:
- feature
- master
- '*.x'
pull_request:
@ -15,7 +14,7 @@ permissions:
jobs:
tests:
runs-on: local
runs-on: centos
strategy:
fail-fast: true