Skip to content

Commit c0c357c

Browse files
committed
github-actions: ignore deprecation warnings
1 parent 990a442 commit c0c357c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363

6464
- name: "Get composer cache directory"
6565
id: composer-cache
66-
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
66+
run: echo "dir=$(php -d error_reporting=E_ALL\&~E_DEPRECATED $(which composer) config cache-files-dir)" >> $GITHUB_OUTPUT
67+
# run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
6768

6869
- name: "Cache Composer dependencies"
6970
uses: actions/cache@v3

0 commit comments

Comments
 (0)