Skip to content

Commit

Permalink
build php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Nov 19, 2024
1 parent 7de33be commit 5db6155
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Build_PHP_Ubuntu:
strategy:
matrix:
version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
ubuntu-release-name: ['jammy', 'noble']
environment:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
Build_PHP_Ubuntu_Test:
strategy:
matrix:
version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
ubuntu-release-name: ['jammy', 'noble']
environment:
name: Build
Expand Down
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Images are available under the tags:
* 10up/wp-php-fpm:8.1-ubuntu
* 10up/wp-php-fpm:8.2-ubuntu
* 10up/wp-php-fpm:8.3-ubuntu
* 10up/wp-php-fpm:8.4-ubuntu
* Ubuntu 22.04 based (Github Packages)
* ghcr.io/10up/wp-php-fpm:7.0-ubuntu
* ghcr.io/10up/wp-php-fpm:7.1-ubuntu
Expand All @@ -96,6 +97,29 @@ Images are available under the tags:
* ghcr.io/10up/wp-php-fpm:8.1-ubuntu
* ghcr.io/10up/wp-php-fpm:8.2-ubuntu
* ghcr.io/10up/wp-php-fpm:8.3-ubuntu
* ghcr.io/10up/wp-php-fpm:8.4-ubuntu
* Ubuntu 24.04 based (Docker Hub)
* 10up/wp-php-cpm:7.0-noble
* 10up/wp-php-cpm:7.1-noble
* 10up/wp-php-cpm:7.2-noble
* 10up/wp-php-cpm:7.3-noble
* 10up/wp-php-cpm:7.4-noble
* 10up/wp-php-cpm:8.0-noble
* 10up/wp-php-cpm:8.1-noble
* 10up/wp-php-cpm:8.2-noble
* 10up/wp-php-cpm:8.3-noble
* 10up/wp-php-cpm:8.4-noble
* Ubuntu 24.04 based (Github Packages)
* ghcr.io/10up/wp-php-cpm:7.0-noble
* ghcr.io/10up/wp-php-cpm:7.1-noble
* ghcr.io/10up/wp-php-cpm:7.2-noble
* ghcr.io/10up/wp-php-cpm:7.3-noble
* ghcr.io/10up/wp-php-cpm:7.4-noble
* ghcr.io/10up/wp-php-cpm:8.0-noble
* ghcr.io/10up/wp-php-cpm:8.1-noble
* ghcr.io/10up/wp-php-cpm:8.2-noble
* ghcr.io/10up/wp-php-cpm:8.3-noble
* ghcr.io/10up/wp-php-cpm:8.4-noble


## Support Level
Expand Down

0 comments on commit 5db6155

Please sign in to comment.