Skip to content

Commit e3fe355

Browse files
authored
Workflow Test Suite Fixes
1 parent e747944 commit e3fe355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: false
14-
max-parallel: 3
14+
max-parallel: 2
1515
matrix:
1616
os: [ubuntu-latest]
1717
php: [8.2, 8.3, 8.4]

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false
16-
max-parallel: 3
16+
max-parallel: 2
1717
matrix:
1818
os: [ubuntu-24.04]
1919
php: [8.2, 8.3, 8.4]

0 commit comments

Comments
 (0)