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 e7ae6a6 commit 87c1273Copy full SHA for 87c1273
.github/workflows/actions.yml
@@ -22,12 +22,13 @@ jobs:
22
runs-on: ubuntu-latest # ${{ matrix.operating-system }}
23
continue-on-error: ${{ matrix.experimental }}
24
strategy:
25
+ max-parallel: 2
26
matrix:
27
# operating-system: [ubuntu-latest, windows-latest, macos-latest]
- php-versions: ['7.3', '7.4', '8.0']
28
+ php-versions: ['7.3', '7.4']
29
experimental: [false]
30
include:
- - php-versions: '8.1'
31
+ - php-versions: ['8.0', '8.1']
32
experimental: true
33
name: PHP ${{ matrix.php-versions }} # Test on ${{ matrix.operating-system }}
34
steps:
0 commit comments