Skip to content

Commit

Permalink
with env?
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Oct 9, 2023
1 parent 62f38e7 commit e532ad7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
${{ runner.os }}-php-
- name: Install dependencies
env:
COMPOSER: ${{ matrix.composer-json }}
with:
env:
COMPOSER: ${{ matrix.composer-json }}
run: composer install --no-progress

- name: Set up unit testing
Expand Down

0 comments on commit e532ad7

Please sign in to comment.