diff --git a/README.md b/README.md index 1e20a0b2..90410735 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: matrix: operating-system: [ubuntu-latest, windows-latest, macOS-latest] php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3'] - name: PHP ${{ matrix.php-versions }} Test + name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: - name: Checkout uses: actions/checkout@master