mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit fb8ed52b686e535a833e4a48b82245a33239be25
parent 78458a414ed0a4281ba4f6bd61b1ee3863753441
Author: markseu <mark2011@mayberg.se>
Date:   Wed,  9 Dec 2020 09:22:31 +0100

Updated tests

Diffstat:
A.github/workflows/tests.yml | 26++++++++++++++++++++++++++
1 file changed, 26 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml @@ -0,0 +1,26 @@ +name: Tests +on: [push, pull_request] +jobs: + tests: + name: PHP ${{ matrix.php }} + strategy: + matrix: + php: [8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6] + runs-on: ubuntu-18.04 + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php }} + extensions: curl, exif, gd, mbstring, zip + coverage: none + - name: Setup tests + run: | + echo "::add-matcher::${{ runner.tool_cache }}/php.json" + php yellow.php about + env: + URL: http://website/ + - name: Run tests + run: php yellow.php build test