From 5b2a766c2d8184700318011df7024fe59834324d Mon Sep 17 00:00:00 2001 From: markseu Date: Tue, 7 Dec 2021 00:36:11 +0100 Subject: [PATCH] Updated tests --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8950426..252234c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,15 +8,15 @@ jobs: php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6] runs-on: ubuntu-18.04 steps: - - name: Checkout + - name: Check out code uses: actions/checkout@v2 - - name: Setup PHP + - name: Set up PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: curl, gd, mbstring, zip coverage: none - - name: Setup problem matcher + - name: Set up problem matcher run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" - name: Run tests run: php yellow.php build tests