Skip to content

Commit

Permalink
Alter PHP workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrjones committed Jun 26, 2024
1 parent 7e0283f commit 74eca34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:

- name: Install Symfony ${{ matrix.symfony }} packages
run: |
composer update symfony/http-kernel:${{ matrix.symfony }}
composer update symfony/yaml:${{ matrix.symfony }}
composer update symfony/http-kernel:^${{ matrix.symfony }}
- name: Lint PHP files
run: |
Expand Down

0 comments on commit 74eca34

Please sign in to comment.