Skip to content

Commit 87c1273

Browse files
committed
Optimize parallelism
1 parent e7ae6a6 commit 87c1273

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
runs-on: ubuntu-latest # ${{ matrix.operating-system }}
2323
continue-on-error: ${{ matrix.experimental }}
2424
strategy:
25+
max-parallel: 2
2526
matrix:
2627
# operating-system: [ubuntu-latest, windows-latest, macos-latest]
27-
php-versions: ['7.3', '7.4', '8.0']
28+
php-versions: ['7.3', '7.4']
2829
experimental: [false]
2930
include:
30-
- php-versions: '8.1'
31+
- php-versions: ['8.0', '8.1']
3132
experimental: true
3233
name: PHP ${{ matrix.php-versions }} # Test on ${{ matrix.operating-system }}
3334
steps:

0 commit comments

Comments
 (0)