We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e747944 commit e3fe355Copy full SHA for e3fe355
.github/workflows/run-tests-pull.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
fail-fast: false
14
- max-parallel: 3
+ max-parallel: 2
15
matrix:
16
os: [ubuntu-latest]
17
php: [8.2, 8.3, 8.4]
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
18
os: [ubuntu-24.04]
19
0 commit comments