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 b165999 commit 6f341d1Copy full SHA for 6f341d1
.github/workflows/php-testing.yml
@@ -7,7 +7,8 @@ jobs:
7
runs-on: ${{ matrix.operating-system }}
8
strategy:
9
matrix:
10
- operating-system: [ubuntu-latest]
+ 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 }}
14
steps:
0 commit comments