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 2a9bf9a commit 25acaf8Copy full SHA for 25acaf8
.github/workflows/build-package-files.yml
@@ -45,8 +45,9 @@ jobs:
45
- name: "Read current package version"
46
run: echo "PACKAGE_VERSION=$(./bin/update-release-version.php version)" >> "$GITHUB_ENV"
47
48
- - name: "Install release archive to verify correctness"
49
- run: pecl install mongodb-${{ env.PACKAGE_VERSION }}.tgz
+ # Currently fails with: Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user
+ # - name: "Install release archive to verify correctness"
50
+ # run: pecl install mongodb-${{ env.PACKAGE_VERSION }}.tgz
51
52
- name: "Upload archive"
53
uses: actions/upload-artifact@v4
0 commit comments