Skip to content

Commit a9fbef6

Browse files
committed
feat: stop building images with PHP 7.4
1 parent 52f8c21 commit a9fbef6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docker-images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php-version: ['7.4', '8.0', '8.1', '8.2']
20+
php-version: ['8.0', '8.1', '8.2']
2121
flavour: ['alpine', 'bullseye']
2222

2323
steps:
@@ -92,7 +92,7 @@ jobs:
9292
matrix:
9393
include:
9494
- shopware-version: v6.4.0.0
95-
php-version: "7.4"
95+
php-version: "8.0"
9696
flavour: alpine
9797
template: https://github.com/shopware/production
9898
- shopware-version: v6.4.1.2
@@ -220,7 +220,7 @@ jobs:
220220
flavour: alpine
221221
template: https://github.com/shopware/shopware
222222
- shopware-version: v6.4.0.0
223-
php-version: "7.4"
223+
php-version: "8.0"
224224
flavour: bullseye
225225
template: https://github.com/shopware/production
226226
- shopware-version: v6.4.1.2

0 commit comments

Comments
 (0)