We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20648f7 commit 53cb21eCopy full SHA for 53cb21e
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
run: echo "${{ github.workspace }}/php/bin" >> $GITHUB_PATH
61
62
- name: Generate OPcache configuration
63
- run: echo "opcache.enable_cli=${{ matrix.opcache }}" >> ${{ github.workspace }}/php/etc/conf.d/opcache.ini
+ run: echo "opcache.enable_cli=${{ matrix.opcache }}" > ${{ github.workspace }}/php/etc/conf.d/opcache.ini
64
65
- name: Install Composer
66
run: curl -sS https://getcomposer.org/installer | php
0 commit comments