We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0fbd82 + 3e60fc2 commit ff48e12Copy full SHA for ff48e12
.github/workflows/publish.nextcloud-app-store.yml
@@ -37,10 +37,12 @@ jobs:
37
38
sVersion="${{ github.event.release.tag_name }}"
39
checkAppInfoVersion "${sVersion}" "${PWD}"
40
- - name: Install Dependencies
41
- uses: "docker://composer"
+ - uses: shivammathur/setup-php@v2
42
with:
43
- args: composer --working-dir=solid/ install --no-dev
+ php-version: 8.2
+ - uses: "ramsey/composer-install@v2"
44
+ with:
45
+ composer-options: --working-dir=solid/ install --no-dev
46
- name: Publish to Nextcloud App Store
47
run: |
48
source ./bin/publish-to-nextcloud-store.sh
0 commit comments