From 262d7d854328b80f2e26f65111ec7b812291504b Mon Sep 17 00:00:00 2001 From: Andreas Mautz Date: Fri, 24 May 2024 14:07:34 +0200 Subject: [PATCH] [INFRA] new php releases --- .github/workflows/php-8.1.yml | 2 +- .github/workflows/php-8.2.yml | 2 +- .github/workflows/php-8.3.yml | 2 +- src/8.0/src/Dockerfile | 2 +- src/8.1/src/Dockerfile | 2 +- src/8.2/src/Dockerfile | 2 +- src/8.3/src/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/php-8.1.yml b/.github/workflows/php-8.1.yml index d9a9da5..1be5820 100644 --- a/.github/workflows/php-8.1.yml +++ b/.github/workflows/php-8.1.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: version: ['8.1'] - patchVersion: [22,23,24,25,26] + patchVersion: [23,24,25,26,27] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/php-8.2.yml b/.github/workflows/php-8.2.yml index 57836ab..b25f82e 100644 --- a/.github/workflows/php-8.2.yml +++ b/.github/workflows/php-8.2.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: version: ['8.2'] - patchVersion: [11,12,13,14,15] + patchVersion: [14,15,16,17,18] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/php-8.3.yml b/.github/workflows/php-8.3.yml index ad33cd3..79fc2d9 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: [0,1,2] + patchVersion: [2,3,4,5,6] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/src/8.0/src/Dockerfile b/src/8.0/src/Dockerfile index 94dd383..91407ef 100644 --- a/src/8.0/src/Dockerfile +++ b/src/8.0/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.0.29" +ARG PHP_VERSION="8.0.30" ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ diff --git a/src/8.1/src/Dockerfile b/src/8.1/src/Dockerfile index 93c00cc..ca16606 100644 --- a/src/8.1/src/Dockerfile +++ b/src/8.1/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.1.24" +ARG PHP_VERSION="8.1.25" ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ diff --git a/src/8.2/src/Dockerfile b/src/8.2/src/Dockerfile index b58cc8f..3136f70 100644 --- a/src/8.2/src/Dockerfile +++ b/src/8.2/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.2.11" +ARG PHP_VERSION="8.2.18" ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ diff --git a/src/8.3/src/Dockerfile b/src/8.3/src/Dockerfile index a01088f..397f984 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.0" +ARG PHP_VERSION="8.3.6" ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \ PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \