Skip to content

Commit

Permalink
Using correct environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Jul 25, 2024
1 parent d63f48f commit 90dcab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Composer Update
run: |
composer require "phpunit/phpunit:$phpunit_version" --no-update --dev
COMPOSER require "phpunit/phpunit:${{env.PHPUNIT_VERSION}}" --no-update --dev
composer update --prefer-dist
- name: Unit Testing
Expand Down

0 comments on commit 90dcab0

Please sign in to comment.