File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616jobs :
1717 build :
18- uses : Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
18+ uses : Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12
1919 strategy :
2020 fail-fast : false
2121 matrix :
3636 dockerfile : ${{ matrix.docker.dockerfile }}
3737
3838 merge :
39- uses : Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
39+ uses : Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12
4040 needs : build
4141 strategy :
4242 matrix :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414
1515jobs :
1616 build :
17- uses : Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
17+ uses : Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12
1818 strategy :
1919 fail-fast : false
2020 matrix :
3535 dockerfile : ${{ matrix.docker.dockerfile }}
3636
3737 merge :
38- uses : Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
38+ uses : Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12
3939 needs : build
4040 strategy :
4141 matrix :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616jobs :
1717 build :
18- uses : Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
18+ uses : Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12
1919 strategy :
2020 fail-fast : false
2121 matrix :
3636 dockerfile : ${{ matrix.docker.dockerfile }}
3737
3838 merge :
39- uses : Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
39+ uses : Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12
4040 needs : build
4141 strategy :
4242 matrix :
Original file line number Diff line number Diff line change 11# Latest version of PHP base image: https://hub.docker.com/_/php/tags
2- FROM php:8.4.16 -apache-trixie AS runtime
2+ FROM php:8.4.17 -apache-trixie AS runtime
33
44ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55
@@ -12,7 +12,7 @@ ARG PHP_REDIS_VERSION=6.3.0
1212# Latest version of memcached-extension: https://pecl.php.net/package/memcached
1313ARG PHP_MEMCACHED_VERSION=3.4.0
1414# Latest version of amqp-extension: https://pecl.php.net/package/amqp
15- ARG PHP_AMQP_VERSION=2.1.2
15+ ARG PHP_AMQP_VERSION=2.2.0
1616
1717ENV SMTPHOST=mail
1818ENV SMTPEHLO=localhost
@@ -140,7 +140,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
140140# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
141141ARG PHIVE_VERSION=0.16.0
142142# Latest version of Composer: https://getcomposer.org/download
143- ARG COMPOSER_VERSION=2.9.2
143+ ARG COMPOSER_VERSION=2.9.5
144144# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145145ARG XDEBUG_VERSION=3.5.0
146146# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
Original file line number Diff line number Diff line change 11# Latest version of PHP base image: https://hub.docker.com/_/php/tags
2- FROM php:8.4.16 -fpm-trixie AS runtime
2+ FROM php:8.4.17 -fpm-trixie AS runtime
33
44ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55
@@ -12,7 +12,7 @@ ARG PHP_REDIS_VERSION=6.3.0
1212# Latest version of memcached-extension: https://pecl.php.net/package/memcached
1313ARG PHP_MEMCACHED_VERSION=3.4.0
1414# Latest version of amqp-extension: https://pecl.php.net/package/amqp
15- ARG PHP_AMQP_VERSION=2.1.2
15+ ARG PHP_AMQP_VERSION=2.2.0
1616
1717ENV SMTPHOST=mail
1818ENV SMTPEHLO=localhost
@@ -140,7 +140,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
140140# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
141141ARG PHIVE_VERSION=0.16.0
142142# Latest version of Composer: https://getcomposer.org/download
143- ARG COMPOSER_VERSION=2.9.2
143+ ARG COMPOSER_VERSION=2.9.5
144144# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145145ARG XDEBUG_VERSION=3.5.0
146146# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
You can’t perform that action at this time.
0 commit comments