From b9620704bc07f30f8021e7fc7b0bdfb23defbd38 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 22 May 2024 16:38:19 +0900 Subject: [PATCH] Github actions update --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05a7774..49aae29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ run-name: ${{ github.actor}} runs CI on: [push] jobs: - phpstan: + ci-tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -15,7 +15,7 @@ jobs: uses: php-actions/phpstan@v3 with: path: src/ - configuration: phpstan.neo + configuration: phpstan.neon - name: PHPunit Tests uses: php-actions/phpunit@v3 with: