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.
2 parents 4d23e7b + 57f599f commit 7eb8361Copy full SHA for 7eb8361
1 file changed
.github/workflows/tests.yml
@@ -22,6 +22,7 @@ jobs:
22
# Defines PHP Versions matrix to run tests on
23
strategy:
24
fail-fast: false
25
+ max-parallel: 1
26
matrix:
27
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
28
0 commit comments