Skip to content

Commit dc9c983

Browse files
committed
TEMP/DEL see all test output
1 parent 5f9ccb2 commit dc9c983

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/quicktest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828

2929
strategy:
30+
fail-fast: false
3031
matrix:
3132
os: ['ubuntu-24.04-arm', 'windows-latest']
3233
php: ['7.2', '8.1', 'latest']

.github/workflows/test-requirements-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
# Run on pushes to the main branches and on pull requests which touch files related to the requirements check.
55
# No need to run this workflow when there are only irrelevant changes.
66
push:
7-
branches:
8-
- 4.x
9-
tags:
10-
- '**'
117
paths:
128
- '.github/workflows/test-requirements-check.yml'
139
- '.github/workflows/reusable-build-phar.yml'

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
# Run on pushes to `master`/`4.x` and on all pull requests.
55
# Prevent the build from running when there are only irrelevant changes.
66
push:
7-
branches:
8-
- master
9-
- 4.x
10-
tags:
11-
- '**'
127
paths-ignore:
138
- '**.md'
149
pull_request:

0 commit comments

Comments
 (0)