From e001f9d679e3146040bbc28e2add1c0d869b486f Mon Sep 17 00:00:00 2001 From: Piotr Synowiec Date: Wed, 25 May 2022 19:09:49 +0200 Subject: [PATCH] test-gh-self-hosted-action-runner (#26) * test-gh-self-hosted-action-runner: test 1 * test-gh-self-hosted-action-runner: update * test-gh-self-hosted-action-runner: added PHP-7.3 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9aff974..d1a0dd9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,10 +10,10 @@ on: - dev jobs: tests: - runs-on: [ubuntu-18.04] + runs-on: mysiar strategy: matrix: - php: ['7.2', '7.4', '8.0', '8.1'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1'] steps: - name: Setup PHP (PHP ${{ matrix.php }}) uses: shivammathur/setup-php@v2