Skip to content

Commit

Permalink
Merge pull request #30 from flownative/task/php83
Browse files Browse the repository at this point in the history
Update PHP 8.3.0RC6 to 8.3.0
  • Loading branch information
kdambekalns committed Nov 23, 2023
2 parents 3fc5562 + 084e850 commit 1654de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
php: [ 7.4.33, 8.0.30, 8.1.25, 8.2.12, 8.3.0-RC6 ]
php: [ 7.4.33, 8.0.30, 8.1.25, 8.2.12, 8.3.0 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 1 addition & 6 deletions root-files/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,7 @@ build_get_unnecessary_packages() {
build_compile_php() {
local php_source_url

if [[ "${PHP_VERSION}" =~ ^8.3 ]]; then
# different source and replace - separator in version against what PHP uses (i.e. nothing)
php_source_url="https://downloads.php.net/~eric/php-${PHP_VERSION/-/}.tar.gz"
else
php_source_url="https://www.php.net/distributions/php-${PHP_VERSION}.tar.gz"
fi
php_source_url="https://www.php.net/distributions/php-${PHP_VERSION}.tar.gz"

info "🛠 Downloading source code for PHP ${PHP_VERSION} from ${php_source_url} ..."
with_backoff "curl -sSL ${php_source_url} -o php.tar.gz" "15" || (
Expand Down

0 comments on commit 1654de5

Please sign in to comment.