Skip to content

Commit

Permalink
Updated to use 8.3.0RC4 from GH release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Oct 18, 2023
1 parent 434c9a5 commit 0042ffe
Showing 1 changed file with 2 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 @@ -146,7 +146,7 @@ jobs:
- 8.1.24
- 8.2.0
- 8.2.11
- 8.3.0RC3
- 8.3.0RC4
zts-mode:
- zts
- nts
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
run: echo "php_src_download_url=https://www.php.net/distributions/php-${{ matrix.php-version }}.tar.gz" >> $GITHUB_ENV
- name: "PHP 8.3 RC URL override"
if: ${{ startsWith(matrix.php-version, '8.3.') }}
run: echo "php_src_download_url=https://downloads.php.net/~jakub/php-${{ matrix.php-version }}.tar.gz" >> $GITHUB_ENV
run: echo "php_src_download_url=https://github.com/php/php-src/archive/refs/tags/php-${{ matrix.php-version }}.tar.gz" >> $GITHUB_ENV

- name: "Install PHP ${{ matrix.php-version }} (${{ env.zts_flag}} ${{ matrix.php-options }})"
run: |
Expand Down

0 comments on commit 0042ffe

Please sign in to comment.