diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6de6c30..8a1c5c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12 strategy: fail-fast: false matrix: @@ -36,7 +36,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12 needs: build strategy: matrix: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5b64852..f2fdaf7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12 strategy: fail-fast: false matrix: @@ -35,7 +35,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12 needs: build strategy: matrix: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 2cee382..5d2cc27 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12 strategy: fail-fast: false matrix: @@ -36,7 +36,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12 needs: build strategy: matrix: diff --git a/apache/Dockerfile b/apache/Dockerfile index 8de9616..685774d 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,5 +1,5 @@ # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.3.29-apache-trixie AS runtime +FROM php:8.3.30-apache-trixie AS runtime ARG UNIQUE_ID_FOR_CACHEFROM=runtime @@ -12,7 +12,7 @@ ARG PHP_REDIS_VERSION=6.3.0 # Latest version of memcached-extension: https://pecl.php.net/package/memcached ARG PHP_MEMCACHED_VERSION=3.4.0 # Latest version of amqp-extension: https://pecl.php.net/package/amqp -ARG PHP_AMQP_VERSION=2.1.2 +ARG PHP_AMQP_VERSION=2.2.0 ENV SMTPHOST=mail ENV SMTPEHLO=localhost @@ -140,7 +140,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder # Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest ARG PHIVE_VERSION=0.16.0 # Latest version of Composer: https://getcomposer.org/download -ARG COMPOSER_VERSION=2.9.2 +ARG COMPOSER_VERSION=2.9.5 # Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug ARG XDEBUG_VERSION=3.5.0 # Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov diff --git a/fpm/Dockerfile b/fpm/Dockerfile index b1273f3..844262e 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -1,5 +1,5 @@ # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.3.29-fpm-trixie AS runtime +FROM php:8.3.30-fpm-trixie AS runtime ARG UNIQUE_ID_FOR_CACHEFROM=runtime @@ -12,7 +12,7 @@ ARG PHP_REDIS_VERSION=6.3.0 # Latest version of memcached-extension: https://pecl.php.net/package/memcached ARG PHP_MEMCACHED_VERSION=3.4.0 # Latest version of amqp-extension: https://pecl.php.net/package/amqp -ARG PHP_AMQP_VERSION=2.1.2 +ARG PHP_AMQP_VERSION=2.2.0 ENV SMTPHOST=mail ENV SMTPEHLO=localhost @@ -140,7 +140,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder # Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest ARG PHIVE_VERSION=0.16.0 # Latest version of Composer: https://getcomposer.org/download -ARG COMPOSER_VERSION=2.9.2 +ARG COMPOSER_VERSION=2.9.5 # Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug ARG XDEBUG_VERSION=3.5.0 # Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov