Skip to content

Commit 9bac9f8

Browse files
committed
Remove 8.5 RC step
1 parent 3f3f5f8 commit 9bac9f8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,9 @@ jobs:
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

0 commit comments

Comments
 (0)