From 0034a1c81f588b07f6cd2f4665e65252fd094a86 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 6 Sep 2019 07:22:50 +0530 Subject: [PATCH] Update README and actions.yml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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