Skip to content

Commit e2b84c3

Browse files
committed
fix typo in test names, fail fast
1 parent ff32620 commit e2b84c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/php-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ on:
66

77
jobs:
88
test:
9-
name: PHP ${{ matrix.php-versions }}
9+
name: PHP ${{ matrix.php-version }}
1010
runs-on: ubuntu-latest
1111
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1212

1313
strategy:
1414
matrix:
1515
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
16-
fail-fast: false
1716
max-parallel: 1
1817

1918
steps:

0 commit comments

Comments
 (0)