Skip to content

Commit

Permalink
Use PHP 8.3 final release in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Dec 1, 2023
1 parent 5945296 commit c4cc0b1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup PHP SDK
id: setup-php
uses: derickr/setup-php-sdk@php-83-setup
uses: php/setup-php-sdk@v0.8
with:
version: ${{matrix.php}}
arch: ${{matrix.arch}}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- 8.1.24
- 8.2.0
- 8.2.11
- 8.3.0RC5
- 8.3.0
zts-mode:
- zts
- nts
Expand Down Expand Up @@ -184,9 +184,6 @@ jobs:

- name: "Set php-src download URL"
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://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 c4cc0b1

Please sign in to comment.