Skip to content

Commit d19b4a4

Browse files
Merge pull request #73 from wilma-digital/main
[INFRA] new releases
2 parents f73525d + 1c4a90d commit d19b4a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/php-8.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.3']
19-
patchVersion: [20,21,22,23,24]
19+
patchVersion: [21,22,23,24,25]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4

.github/workflows/php-8.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.4']
19-
patchVersion: [7,8,9,10,11]
19+
patchVersion: [8,9,10,11,12]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4

src/8.3/src/Dockerfile

Lines changed: 1 addition & 1 deletion
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.23"
13+
ARG PHP_VERSION="8.3.25"
1414

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

src/8.4/src/Dockerfile

Lines changed: 1 addition & 1 deletion
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.4.10"
13+
ARG PHP_VERSION="8.4.12"
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)