Skip to content

Commit

Permalink
Fix GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richer [email protected] <[email protected]>
  • Loading branch information
visto9259 committed Aug 14, 2024
1 parent 5504b18 commit 700267f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php_version: ['8.1', '8.2', '8.3']
deps: ['--prefer-lowest', '--prefer-latest']
deps: ['--prefer-lowest', '--prefer-dist']
include:
- code-coverage: 'yes'
php_version: '8.2'
Expand Down Expand Up @@ -49,10 +49,6 @@ jobs:
restore-keys: |
${{ runner.os }}-php--${{matrix.php_version}}
- name: Install/update dependencies lowest
if: ${{ matrix.deps == 'lowest' }}
run: composer update --prefer-lowest --prefer-stable --no-progress

- name: Install/update dependencies
run: composer update ${{matrix.deps}}

Expand Down

0 comments on commit 700267f

Please sign in to comment.