Updated tests

This commit is contained in:
markseu 2021-12-07 00:36:11 +01:00
parent 976ada118d
commit 5b2a766c2d

View file

@ -8,15 +8,15 @@ jobs:
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6] php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6]
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- name: Checkout - name: Check out code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Setup PHP - name: Set up PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: ${{ matrix.php }} php-version: ${{ matrix.php }}
extensions: curl, gd, mbstring, zip extensions: curl, gd, mbstring, zip
coverage: none coverage: none
- name: Setup problem matcher - name: Set up problem matcher
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
- name: Run tests - name: Run tests
run: php yellow.php build tests run: php yellow.php build tests