File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 9898 libbz2-dev \
9999 libzip-dev
100100 - name : " Set php-src download URL"
101- if : ${{ !startsWith(matrix.php-versions, '8.5') }}
102101 run : |
103102 DIST_URL=`curl -fsSL "https://www.php.net/releases/index.php?json&max=1&version=${{ matrix.php-versions }}" | jq -r '.[].source[]|select(.filename|endswith(".gz")).filename'`
104103 echo "php_src_download_url=https://www.php.net/distributions/$DIST_URL" >> $GITHUB_ENV
105- - name : " Set php-src download URL (8.5 pre-release)"
106- if : ${{ startsWith(matrix.php-versions, '8.5') }}
107- run : |
108- RC_URL=`curl -fsSL "https://www.php.net/release-candidates.php?format=json" | jq -r '.releases[]|select(.version|startswith("${{ matrix.php-versions }}")).files.gz.path'`
109- echo "php_src_download_url=$RC_URL" >> $GITHUB_ENV
110104 - name : " Install PHP ${{ matrix.php-versions }}"
111105 run : |
112106 mkdir -p /tmp/php
You can’t perform that action at this time.
0 commit comments