Skip to content

Commit

Permalink
feat: remove PHP 7.4 & 8.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense authored Aug 5, 2024
1 parent a611a8a commit 35c5d95
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 740 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,13 @@ jobs:
fail-fast: false
matrix:
base:
- php/7.4/fpm-nginx
- php/8.0/fpm-nginx
- php/8.2/fpm-nginx
- php/8.3/fpm-nginx
- php/8.0/cli
- php/8.2/cli
- php/8.3/cli
exclude:
- base: ${{ github.event_name == 'schedule' || needs.release-please.outputs.release_created || contains(needs.orchestrator.outputs.changed-directories, 'php/7.4/fpm-nginx') && 'ignored' || 'php/7.4/fpm-nginx' }}
- base: ${{ github.event_name == 'schedule' || needs.release-please.outputs.release_created || contains(needs.orchestrator.outputs.changed-directories, 'php/8.0/fpm-nginx') && 'ignored' || 'php/8.0/fpm-nginx' }}
- base: ${{ github.event_name == 'schedule' || needs.release-please.outputs.release_created || contains(needs.orchestrator.outputs.changed-directories, 'php/8.2/fpm-nginx') && 'ignored' || 'php/8.2/fpm-nginx' }}
- base: ${{ github.event_name == 'schedule' || needs.release-please.outputs.release_created || contains(needs.orchestrator.outputs.changed-directories, 'php/8.3/fpm-nginx') && 'ignored' || 'php/8.3/fpm-nginx' }}
- base: ${{ github.event_name == 'schedule' || needs.release-please.outputs.release_created || contains(needs.orchestrator.outputs.changed-directories, 'php/8.0/cli') && 'ignored' || 'php/8.0/cli' }}
- base: ${{ github.event_name == 'schedule' || needs.release-please.outputs.release_created || contains(needs.orchestrator.outputs.changed-directories, 'php/8.2/cli') && 'ignored' || 'php/8.2/cli' }}
- base: ${{ github.event_name == 'schedule' || needs.release-please.outputs.release_created || contains(needs.orchestrator.outputs.changed-directories, 'php/8.3/cli') && 'ignored' || 'php/8.3/cli' }}
uses: ./.github/workflows/docker.yaml
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,13 @@ jobs:
fail-fast: false
matrix:
base:
- php/7.4/fpm-nginx
- php/8.0/fpm-nginx
- php/8.2/fpm-nginx
- php/8.3/fpm-nginx
- php/8.0/cli
- php/8.2/cli
- php/8.3/cli
exclude:
- base: ${{ contains(needs.orchestrator.outputs.changed-directories, 'php/7.4/fpm-nginx') && 'ignored' || 'php/7.4/fpm-nginx' }}
- base: ${{ contains(needs.orchestrator.outputs.changed-directories, 'php/8.0/fpm-nginx') && 'ignored' || 'php/8.0/fpm-nginx' }}
- base: ${{ contains(needs.orchestrator.outputs.changed-directories, 'php/8.2/fpm-nginx') && 'ignored' || 'php/8.2/fpm-nginx' }}
- base: ${{ contains(needs.orchestrator.outputs.changed-directories, 'php/8.3/fpm-nginx') && 'ignored' || 'php/8.3/fpm-nginx' }}
- base: ${{ contains(needs.orchestrator.outputs.changed-directories, 'php/8.0/cli') && 'ignored' || 'php/8.0/cli' }}
- base: ${{ contains(needs.orchestrator.outputs.changed-directories, 'php/8.2/cli') && 'ignored' || 'php/8.2/cli' }}
- base: ${{ contains(needs.orchestrator.outputs.changed-directories, 'php/8.3/cli') && 'ignored' || 'php/8.3/cli' }}
uses: ./.github/workflows/docker.yaml
Expand Down
26 changes: 0 additions & 26 deletions php/7.4/fpm-nginx/Dockerfile

This file was deleted.

169 changes: 0 additions & 169 deletions php/7.4/fpm-nginx/nginx.conf

This file was deleted.

96 changes: 0 additions & 96 deletions php/7.4/fpm-nginx/php-fpm.conf

This file was deleted.

14 changes: 0 additions & 14 deletions php/7.4/fpm-nginx/php.ini

This file was deleted.

14 changes: 0 additions & 14 deletions php/7.4/fpm-nginx/supervisord.conf

This file was deleted.

14 changes: 0 additions & 14 deletions php/7.4/fpm-nginx/supervisord/nginx.conf

This file was deleted.

14 changes: 0 additions & 14 deletions php/7.4/fpm-nginx/supervisord/php-fpm.conf

This file was deleted.

Loading

0 comments on commit 35c5d95

Please sign in to comment.