Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Feb 14, 2024
1 parent d0edc4d commit cb0671d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
${{ runner.os }}-php--${{matrix.php_version}}
- name: Install/update dependencies lowest
if: ${{ matrix.deps }} == 'lowest'
if: ${{ matrix.deps == 'lowest' }}
run: composer update --prefer-lowest --prefer-stable --no-progress

- name: Install/update dependencies latest
if: ${{ matrix.deps }} == 'latest'
if: ${{ matrix.deps == 'latest' }}
run: composer update --no-progress


Expand Down

0 comments on commit cb0671d

Please sign in to comment.