Skip to content

Commit

Permalink
correction to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
courtney-miles committed Oct 19, 2023
1 parent 76488fe commit d3fa7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit d3fa7f6

Please sign in to comment.