Skip to content

Commit 0b5d620

Browse files
committed
TEMP/TESTING
1 parent d60eefb commit 0b5d620

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ on:
44
# Run on pushes to `master`/`4.0` 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.0
10-
tags:
11-
- '**'
12-
paths-ignore:
13-
- '**.md'
147
pull_request:
158
# Allow manually triggering the workflow.
169
workflow_dispatch:
@@ -54,7 +47,7 @@ jobs:
5447
# code conditions.
5548
matrix:
5649
os: ['ubuntu-latest', 'windows-latest']
57-
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
50+
php: ['8.5']
5851
custom_ini: [false]
5952

6053
exclude:
@@ -267,6 +260,8 @@ jobs:
267260
coverage:
268261
# Explicitly *NOT* setting "concurrency" for this job to allow for monitoring code coverage for all merges.
269262

263+
if: false
264+
270265
runs-on: ${{ matrix.os }}
271266

272267
strategy:

0 commit comments

Comments
 (0)