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 6f341d1 commit 5a10bf0Copy full SHA for 5a10bf0
.github/workflows/php-testing.yml
@@ -6,8 +6,8 @@ jobs:
6
run:
7
runs-on: ${{ matrix.operating-system }}
8
strategy:
9
+ fail-fast: false
10
matrix:
- fail-fast: false
11
operating-system: [ubuntu-18.04]
12
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
13
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
0 commit comments