Skip to content

Commit

Permalink
Switch faulty composer call to update
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 7, 2022
1 parent 09055ea commit dcf4d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
extensions: fileinfo
- uses: actions/checkout@v2
- name: Install Dependencies
run: composer install --${{ matrix.dependency-version }} --prefer-dist --no-interaction
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

- name: Set Framework version to dev-master
run: composer require hyde/framework:dev-master
Expand Down

0 comments on commit dcf4d77

Please sign in to comment.