Skip to content

Commit 83ba14c

Browse files
author
Andreas Mautz
authored
Merge pull request #57 from webvisum/main
[INFRA] new php releases
2 parents d6c617b + 262d7d8 commit 83ba14c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/php-8.1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.1']
19-
patchVersion: [22,23,24,25,26]
19+
patchVersion: [23,24,25,26,27]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2

.github/workflows/php-8.2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.2']
19-
patchVersion: [11,12,13,14,15]
19+
patchVersion: [14,15,16,17,18]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2

.github/workflows/php-8.3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.3']
19-
patchVersion: [0,1,2]
19+
patchVersion: [2,3,4,5,6]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2

src/8.0/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG PHP_PECL_REQUIREMENTS="redis igbinary"
1010
ARG PHP_CONFIGURE_ARGS="--enable-soap --enable-intl"
1111
ARG PHP_CONFIGURE_ARGS_EXTRA=""
1212
ARG PHP_CONFIGURE_ARGS_FPM="--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data"
13-
ARG PHP_VERSION="8.0.29"
13+
ARG PHP_VERSION="8.0.30"
1414

1515
ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
1616
PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \

src/8.1/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG PHP_PECL_REQUIREMENTS="redis igbinary"
1010
ARG PHP_CONFIGURE_ARGS="--enable-soap --enable-intl"
1111
ARG PHP_CONFIGURE_ARGS_EXTRA=""
1212
ARG PHP_CONFIGURE_ARGS_FPM="--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data"
13-
ARG PHP_VERSION="8.1.24"
13+
ARG PHP_VERSION="8.1.25"
1414

1515
ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
1616
PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \

src/8.2/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG PHP_PECL_REQUIREMENTS="redis igbinary"
1010
ARG PHP_CONFIGURE_ARGS="--enable-soap --enable-intl"
1111
ARG PHP_CONFIGURE_ARGS_EXTRA=""
1212
ARG PHP_CONFIGURE_ARGS_FPM="--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data"
13-
ARG PHP_VERSION="8.2.11"
13+
ARG PHP_VERSION="8.2.18"
1414

1515
ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
1616
PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \

src/8.3/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG PHP_PECL_REQUIREMENTS="redis igbinary"
1010
ARG PHP_CONFIGURE_ARGS="--enable-soap --enable-intl"
1111
ARG PHP_CONFIGURE_ARGS_EXTRA=""
1212
ARG PHP_CONFIGURE_ARGS_FPM="--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data"
13-
ARG PHP_VERSION="8.3.0"
13+
ARG PHP_VERSION="8.3.6"
1414

1515
ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
1616
PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \

0 commit comments

Comments
 (0)