Skip to content

Commit

Permalink
Fix command.
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Sep 30, 2023
1 parent 4f75e6b commit d326ce9
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 @@ -32,7 +32,7 @@ jobs:
- name: PHP 7.0 - Add Plugin
env:
PHP_VERSION: ${{ matrix.php-versions }}
if: $PHP_VERSION == "7.0"
if: "$PHP_VERSION" == "7.0"
run: composer config --no-plugins allow-plugins.kylekatarnls/update-helper
- name: Install Composer dependencies
env:
Expand Down

0 comments on commit d326ce9

Please sign in to comment.