commit 5b2a766c2d8184700318011df7024fe59834324d
parent 976ada118d2d0b055d687f7938b272125b855664
Author: markseu <mark2011@mayberg.se>
Date: Tue, 7 Dec 2021 00:36:11 +0100
Updated tests
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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