更新 .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: on:
push: push:
branches: branches:
- feature
- master - master
- '*.x' - '*.x'
pull_request: pull_request:
@ -15,7 +14,7 @@ permissions:
jobs: jobs:
tests: tests:
runs-on: local runs-on: centos
strategy: strategy:
fail-fast: true fail-fast: true