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 622ea7b commit dd23f55Copy full SHA for dd23f55
.github/workflows/end-to-end-tests.yml
@@ -26,6 +26,7 @@ jobs:
26
runs-on: 'ubuntu-latest'
27
28
strategy:
29
+ fail-fast: false
30
matrix:
31
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
32
0 commit comments