File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
Expand file tree Collapse file tree 6 files changed +15
-15
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.4
18+ uses : Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
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.4
39+ uses : Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
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.4
17+ uses : Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
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.4
38+ uses : Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
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.4
18+ uses : Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
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.4
39+ uses : Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
4040 needs : build
4141 strategy :
4242 matrix :
Original file line number Diff line number Diff line change 44 DOCKER_REPO : ghcr.io
55 DOCKER_OWNER : ilyes512
66 # Latatest version of Hadolint: https://hub.docker.com/r/hadolint/hadolint/tags or https://github.com/hadolint/hadolint/releases
7- HADOLINT_TAG_VERSION : v2.12 .0
7+ HADOLINT_TAG_VERSION : v2.14 .0
88
99# env:
1010# BUILDKIT_PROGRESS: plain
Original file line number Diff line number Diff line change 11# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
2- FROM php:8.4.11 -apache-bookworm AS runtime
2+ FROM php:8.4.14 -apache-bookworm AS runtime
33
44ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55
@@ -10,7 +10,7 @@ ARG PHP_IGBINARY_VERSION=3.2.16
1010# Latest version of redis-extension: https://pecl.php.net/package/redis
1111ARG PHP_REDIS_VERSION=6.2.0
1212# Latest version of memcached-extension: https://pecl.php.net/package/memcached
13- ARG PHP_MEMCACHED_VERSION=3.3 .0
13+ ARG PHP_MEMCACHED_VERSION=3.4 .0
1414# Latest version of amqp-extension: https://pecl.php.net/package/amqp
1515ARG PHP_AMQP_VERSION=2.1.2
1616
@@ -140,9 +140,9 @@ 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.8.10
143+ ARG COMPOSER_VERSION=2.8.12
144144# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145- ARG XDEBUG_VERSION=3.4.5
145+ ARG XDEBUG_VERSION=3.4.6
146146# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
147147ARG PCOV_VERSION=1.0.12
148148
Original file line number Diff line number Diff line change 11# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
2- FROM php:8.4.11 -fpm-bookworm AS runtime
2+ FROM php:8.4.14 -fpm-bookworm AS runtime
33
44ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55
@@ -10,7 +10,7 @@ ARG PHP_IGBINARY_VERSION=3.2.16
1010# Latest version of redis-extension: https://pecl.php.net/package/redis
1111ARG PHP_REDIS_VERSION=6.2.0
1212# Latest version of memcached-extension: https://pecl.php.net/package/memcached
13- ARG PHP_MEMCACHED_VERSION=3.3 .0
13+ ARG PHP_MEMCACHED_VERSION=3.4 .0
1414# Latest version of amqp-extension: https://pecl.php.net/package/amqp
1515ARG PHP_AMQP_VERSION=2.1.2
1616
@@ -140,9 +140,9 @@ 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.8.10
143+ ARG COMPOSER_VERSION=2.8.12
144144# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145- ARG XDEBUG_VERSION=3.4.5
145+ ARG XDEBUG_VERSION=3.4.6
146146# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
147147ARG PCOV_VERSION=1.0.12
148148
You can’t perform that action at this time.
0 commit comments