From 9f4ba2590227a712732e9fbcbecffba51ad613b4 Mon Sep 17 00:00:00 2001 From: Andreas Mautz Date: Fri, 24 Oct 2025 11:29:32 +0200 Subject: [PATCH] [INFRA] bump PHP versions --- .github/workflows/php-8.3.yml | 2 +- .github/workflows/php-8.4.yml | 2 +- src/8.3/src/Dockerfile | 2 +- src/8.4/src/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php-8.3.yml b/.github/workflows/php-8.3.yml index 42c5131..e0f516c 100644 --- a/.github/workflows/php-8.3.yml +++ b/.github/workflows/php-8.3.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: version: ['8.3'] - patchVersion: [21,22,23,24,25] + patchVersion: [22,23,24,25,26] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/php-8.4.yml b/.github/workflows/php-8.4.yml index e6887e1..161ca81 100644 --- a/.github/workflows/php-8.4.yml +++ b/.github/workflows/php-8.4.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: version: ['8.4'] - patchVersion: [8,9,10,11,12] + patchVersion: [9,10,11,12,13] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/src/8.3/src/Dockerfile b/src/8.3/src/Dockerfile index 92db621..de20c6a 100644 --- a/src/8.3/src/Dockerfile +++ b/src/8.3/src/Dockerfile @@ -10,7 +10,7 @@ ARG PHP_PECL_REQUIREMENTS="redis igbinary" ARG PHP_CONFIGURE_ARGS="--enable-soap --enable-intl" ARG PHP_CONFIGURE_ARGS_EXTRA="" ARG PHP_CONFIGURE_ARGS_FPM="--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data" -ARG PHP_VERSION="8.3.25" +ARG PHP_VERSION="8.3.26" ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ diff --git a/src/8.4/src/Dockerfile b/src/8.4/src/Dockerfile index 2bbd26d..7474a41 100644 --- a/src/8.4/src/Dockerfile +++ b/src/8.4/src/Dockerfile @@ -10,7 +10,7 @@ ARG PHP_PECL_REQUIREMENTS="redis igbinary" ARG PHP_CONFIGURE_ARGS="--enable-soap --enable-intl" ARG PHP_CONFIGURE_ARGS_EXTRA="" ARG PHP_CONFIGURE_ARGS_FPM="--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data" -ARG PHP_VERSION="8.4.12" +ARG PHP_VERSION="8.4.13" ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \