Skip to content

Commit

Permalink
github actions cosmetic patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Jul 16, 2024
1 parent 384520a commit 0310382
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
restore-keys: ${{ runner.os }}-php-

- name: Override packages
#if: matrix.php == '8.4'
if: matrix.extra_require
if: ${{ matrix.extra_require }}
run: composer require --dev ${{ matrix.extra_require }}

- name: Update composer dependencies
Expand Down

0 comments on commit 0310382

Please sign in to comment.