Skip to content

Commit

Permalink
Revert "Add PHP 8.4 images."
Browse files Browse the repository at this point in the history
This reverts commit 3db75a3.
  • Loading branch information
desrosj committed Jul 26, 2024
1 parent 3db75a3 commit 50dc375
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 211 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

strategy:
matrix:
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
env:
PHP_VERSION: ${{ matrix.php }}
PHP_LATEST: '8.2'
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
needs: build-php-images
strategy:
matrix:
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

env:
PHP_VERSION: ${{ matrix.php }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
needs: build-php-images
strategy:
matrix:
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

env:
PHP_VERSION: ${{ matrix.php }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github-container-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
needs: [ check-for-changes ]
strategy:
matrix:
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
env:
PHP_VERSION: ${{ matrix.php }}
PHP_LATEST: '8.2'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
needs: build-php-images
strategy:
matrix:
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

env:
PHP_VERSION: ${{ matrix.php }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
needs: build-php-images
strategy:
matrix:
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

env:
PHP_VERSION: ${{ matrix.php }}
Expand Down
40 changes: 0 additions & 40 deletions images/8.4/cli/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions images/8.4/cli/entrypoint.sh

This file was deleted.

63 changes: 0 additions & 63 deletions images/8.4/php/Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions images/8.4/php/common.sh

This file was deleted.

7 changes: 0 additions & 7 deletions images/8.4/php/entrypoint.sh

This file was deleted.

3 changes: 0 additions & 3 deletions images/8.4/php/php-fpm.conf

This file was deleted.

22 changes: 0 additions & 22 deletions images/8.4/phpunit/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions images/8.4/phpunit/entrypoint.sh

This file was deleted.

14 changes: 0 additions & 14 deletions update.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,20 +153,6 @@
'download_url' => 'https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar',
),
),
'8.4' => array(
'php' => array(
'base_name' => 'php:8.3-fpm',
'apt' => array( 'libjpeg-dev', 'libpng-dev', 'libwebp-dev', 'libzip-dev', 'libmemcached-dev', 'unzip', 'libmagickwand-dev', 'ghostscript', 'libonig-dev', 'locales', 'sudo', 'rsync', 'libxslt-dev' ),
'extensions' => array( 'gd', 'opcache', 'mysqli', 'zip', 'exif', 'intl', 'mbstring', 'xml', 'xsl' ),
'pecl_extensions' => array(),
'composer' => true,
),
'phpunit' => 9,
'cli' => array(
'mysql_client' => 'virtual-mysql-client',
'download_url' => 'https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar',
),
),
);

/**
Expand Down

0 comments on commit 50dc375

Please sign in to comment.