We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ac0ff commit 2482e90Copy full SHA for 2482e90
1 file changed
.github/workflows/main.yml
@@ -18,8 +18,8 @@ jobs:
18
php-version: ${{ matrix.php-version }}
19
# tools: phpunit
20
- run: |
21
- curl -s http://getcomposer.org/installer | php
22
- php composer.phar install
+ curl -s http://getcomposer.org/installer | php
+ php composer.phar install
23
- env:
24
DETECTLANGUAGE_API_KEY: ${{ secrets.DETECTLANGUAGE_API_KEY }}
25
run: phpunit
0 commit comments