Skip to content

Commit

Permalink
[INFRA] update new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mautz-et-tong committed Aug 15, 2023
1 parent f7d93fb commit 8d16fca
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-7.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
version: [7.4]
patchVersion: [28,29,30,32,33]
patchVersion: [29,30,32,33]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/php-8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ on:
- cron: '00 5 * * 1'

jobs:

build:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['8.0']
patchVersion: [24,25,26,27,28]
patchVersion: [25,26,27,28,29]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/php-8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ on:
- cron: '00 6 * * 1'

jobs:

build:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['8.1']
patchVersion: [15,16,17,18,19]
patchVersion: [17,18,19,20,21]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/php-8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ on:
- cron: '00 7 * * 1'

jobs:

build:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['8.2']
patchVersion: [2,3,4,5,6]
patchVersion: [3,4,5,6,7]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
strategy:
matrix:
version: ['7.4', '8.0', '8.1']
version: ['7.4', '8.0', '8.1', '8.2']
runs-on: ubuntu-latest
container: pipelinecomponents/hadolint:latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/8.0/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.28"
ARG PHP_VERSION="8.0.29"

ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Expand Down
2 changes: 1 addition & 1 deletion src/8.1/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.19"
ARG PHP_VERSION="8.1.21"

ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Expand Down
2 changes: 1 addition & 1 deletion src/8.2/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
ARG PHP_VERSION="8.2.7"

ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
PHP_CPPFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Expand Down

0 comments on commit 8d16fca

Please sign in to comment.