Skip to content

Commit a2f76d1

Browse files
committed
TEMP/TESTING
1 parent 8e2be2e commit a2f76d1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ on:
44
# Run on pushes to the main branches and on all pull requests.
55
# Prevent the build from running when there are only irrelevant changes.
66
push:
7-
branches:
8-
- 3.x
9-
- 4.x
10-
tags:
11-
- '**'
12-
paths-ignore:
13-
- '**.md'
147
pull_request:
158
# Allow manually triggering the workflow.
169
workflow_dispatch:
@@ -26,6 +19,7 @@ jobs:
2619
runs-on: 'ubuntu-latest'
2720

2821
strategy:
22+
fail-fast: false
2923
matrix:
3024
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
3125

0 commit comments

Comments
 (0)