From 1bbf7bbcb7b002d2efcf81ab26ab1ec3fd7f2c50 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Thu, 15 Sep 2022 12:03:22 +0100 Subject: [PATCH] Use PHP 8.2.0RC2 in CI builds --- .github/workflows/ci-build.yaml | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index a02229a..84feabd 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -142,7 +142,7 @@ jobs: - 8.0.14 - 8.1.0 - 8.1.1 - - 8.2.0RC1 + - 8.2.0RC2 zts-mode: - zts - nts @@ -166,7 +166,7 @@ jobs: run: echo "php_src_download_url=https://www.php.net/distributions/php-${{ matrix.php-version }}.tar.gz" >> $GITHUB_ENV - name: "PHP 8.2 RC URL override" if: ${{ startsWith(matrix.php-version, '8.2.') }} - run: echo "php_src_download_url=https://downloads.php.net/~pierrick/php-${{ matrix.php-version }}.tar.gz" >> $GITHUB_ENV + run: echo "php_src_download_url=https://downloads.php.net/~sergey/php-${{ matrix.php-version }}.tar.gz" >> $GITHUB_ENV - name: "Install PHP ${{ matrix.php-version }} (${{ env.zts_flag}} ${{ matrix.php-options }})" run: | diff --git a/.gitignore b/.gitignore index 98d0a19..d881c02 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ shtool /config.nice.bat /configure.bat /configure.js +/configure~ # phpize /run-tests.php