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 7432373 commit 60fed78Copy full SHA for 60fed78
.github/workflows/php.yml
@@ -11,6 +11,7 @@ jobs:
11
12
runs-on: ubuntu-latest
13
strategy:
14
+ fail-fast: false
15
matrix:
16
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
17
name: Tests with PHP ${{ matrix.php-versions }}
0 commit comments