From d3fa7f61a464b8b4b25a9a4974f4cfb7495d9a01 Mon Sep 17 00:00:00 2001 From: Courtney Miles Date: Thu, 19 Oct 2023 15:36:03 +1000 Subject: [PATCH] correction to github action --- .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 896644c..197326f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: - name: Run Code Style Check for PHP ${{ matrix.php-version }} run: composer run-script style-check - if: matrix.php-version != '7.1' + if: matrix.php-version == '8.0' - name: Run tests for PHP ${{ matrix.php-version }} run: composer run-script test @@ -77,4 +77,4 @@ jobs: run: vendor/bin/php-coveralls env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: success() && matrix.php-version == '7.4' && matrix.composer-flag == '--prefer-dist' + if: success() && matrix.php-version == '8.0' && matrix.composer-flag == '--prefer-dist'