Skip to content

Commit

Permalink
Use expansion only if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Nov 30, 2021
1 parent 12b16af commit 53e15ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
continue-on-error: ${{ matrix.experimental == true }}

- name: PHP Experimental
if: ${{ matrix.experimental == true }}
if: matrix.experimental == true
run: |
docker-compose run romans composer config platform.php ${{ matrix.composer_platform_php }}
docker-compose run romans composer update --lock --no-install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
continue-on-error: ${{ matrix.experimental == true }}

- name: PHP Experimental
if: ${{ matrix.experimental == true }}
if: matrix.experimental == true
run: |
docker-compose run romans composer config platform.php ${{ matrix.composer_platform_php }}
docker-compose run romans composer update --lock --no-install
Expand Down

0 comments on commit 53e15ac

Please sign in to comment.