Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate matrix, auto-remove outdated versions #30

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
feat: stop building images with PHP 8.0
tinect committed Jan 15, 2024
commit 27535f1bc307aaf429aa3efd250df370357ce3c7
70 changes: 35 additions & 35 deletions .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.1', '8.2']
flavour: ['alpine', 'bullseye']

steps:
@@ -92,71 +92,71 @@ jobs:
matrix:
include:
- shopware-version: v6.4.0.0
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.1.2
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.2.1
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.3.1
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.4.1
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.5.1
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.6.1
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.7.0
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.8.2
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.9.0
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.10.0
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.11.1
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.12.0
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.13.0
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.14.0
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.15.1
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.16.1
php-version: "8.0"
php-version: "8.1"
flavour: alpine
template: https://github.com/shopware/production
- shopware-version: v6.4.17.1
@@ -220,71 +220,71 @@ jobs:
flavour: alpine
template: https://github.com/shopware/shopware
- shopware-version: v6.4.0.0
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.1.2
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.2.1
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.3.1
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.4.1
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.5.1
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.6.1
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.7.0
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.8.2
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.9.0
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.10.0
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.11.1
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.12.0
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.13.0
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.14.0
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.15.1
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.16.1
php-version: "8.0"
php-version: "8.1"
flavour: bullseye
template: https://github.com/shopware/production
- shopware-version: v6.4.17.1