Skip to content

Commit

Permalink
Use PHP 8.2.0RC2 in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Oct 26, 2022
1 parent 9bbdd71 commit 1bbf7bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- 8.0.14
- 8.1.0
- 8.1.1
- 8.2.0RC1
- 8.2.0RC2
zts-mode:
- zts
- nts
Expand All @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ shtool
/config.nice.bat
/configure.bat
/configure.js
/configure~

# phpize
/run-tests.php
Expand Down

0 comments on commit 1bbf7bb

Please sign in to comment.