Skip to content

Commit

Permalink
Release/8.0 version upgrades - added php 8.0.30 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
niepi authored Jan 23, 2024
1 parent 3fe3157 commit d65f702
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
ALIAS_VERSION: '8.0'
VERSION_FOR_ALIAS: '8.0.29'
VERSION_FOR_ALIAS: '8.0.30'

jobs:
ci:
Expand All @@ -21,6 +21,7 @@ jobs:
strategy:
matrix:
php-version:
- '8.0.30'
- '8.0.29'
- '8.0.28'
- '8.0.27'
Expand Down
2 changes: 1 addition & 1 deletion 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get update && apt-get install --no-install-recommends libldap2-dev -y \
RUN docker-php-ext-configure pcntl --enable-pcntl \
&& docker-php-ext-install pcntl

RUN pecl install xdebug-3.2.0
RUN pecl install xdebug-3.2.2
RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug.so" >> /usr/local/etc/php/conf.d/xdebug.ini

RUN docker-php-ext-install soap
Expand Down
2 changes: 1 addition & 1 deletion 8.0/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN cp `php -i | grep ^extension_dir | cut -f 3 -d ' '`/*.so /tmp/

FROM build-base AS build-xdebug
RUN apk add -U linux-headers
RUN pecl install xdebug-3.2.0
RUN pecl install xdebug-3.2.2
RUN docker-php-ext-enable xdebug
RUN cp `php -i | grep ^extension_dir | cut -f 3 -d ' '`/*.so /tmp/

Expand Down

0 comments on commit d65f702

Please sign in to comment.