1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 20:54:03 +00:00

install composer in Docker and remove setup-php step

This commit is contained in:
Abrar Ahmad 2022-08-19 12:32:01 +05:00
parent 0fe04cc97c
commit e7d9d06b63
2 changed files with 3 additions and 6 deletions

View file

@ -66,12 +66,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: pcov
- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"