Skip to content

Commit

Permalink
Add PHP 7.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lemniskett authored Nov 20, 2024
1 parent fc51ff5 commit d311227
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action_publish-images-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-production-images:
uses: ./.github/workflows/service_docker-build-and-publish.yml
with:
registry-repositories: "docker.io/serversideup/php,ghcr.io/serversideup/php"
registry-repositories: "ghcr.io/mplus-software/serversideup-php"
tag-prefix: ''
release-type: "latest"
secrets: inherit
45 changes: 4 additions & 41 deletions scripts/conf/php-versions-base-config.yml
Original file line number Diff line number Diff line change
@@ -1,53 +1,16 @@
php_versions:
- major: "7"
minor_versions:
- minor: "7.4"
- minor: "7.2"
base_os:
- name: alpine
- name: bullseye
- name: buster
default: true
patch_versions:
- 7.4.33
- major: "8"
minor_versions:
- minor: "8.0"
base_os:
- name: alpine
- name: bullseye
default: true
patch_versions:
- 8.0.30
- minor: "8.1"
base_os:
- name: alpine
- name: bookworm
default: true
patch_versions:
# - 8.1.28 # Pull latest from Official PHP source
- minor: "8.2"
base_os:
- name: alpine
- name: bookworm
default: true
patch_versions:
# - 8.2.18 # Pull latest from Official PHP source
- minor: "8.3"
base_os:
- name: alpine
- name: bookworm
default: true
patch_versions:
# - 8.3.6 # Pull latest from Official PHP source
- 7.2.34
php_variations:
- name: cli
default: true
- name: fpm
- name: fpm-apache
supported_os: # Open a discussion on serversideup/php if you want to see Alpine support for fpm-apache (https://github.com/serversideup/docker-php/discussions/66)
- bullseye
- bookworm
- name: fpm-nginx
- name: unit
supported_os: # Alpine with Unit is not supported yet. Submit a PR if you can help (https://github.com/serversideup/docker-php/issues/233)
- bullseye
- bookworm
- buster

0 comments on commit d311227

Please sign in to comment.