Skip to content

Commit b2b8905

Browse files
authored
Merge pull request #18 from 10up/feature/php-8.4
build php 8.4
2 parents 8b673c5 + a01d5cb commit b2b8905

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
Build_PHP_Ubuntu:
1212
strategy:
1313
matrix:
14-
version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
14+
version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1515
ubuntu-release-name: ['jammy', 'noble']
1616
environment:
1717
name: Build

.github/workflows/test-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
Build_PHP_Ubuntu_Test:
1010
strategy:
1111
matrix:
12-
version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
12+
version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1313
ubuntu-release-name: ['jammy', 'noble']
1414
environment:
1515
name: Build

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This image, by itself, is not particularly useful. When run it passes arguments
88

99
## Building
1010

11-
There are currently a number of images being built for the different operating systems. This image is built with support for PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2 and 8.3. Note that we do not build CentOS/Rocky Linux based images beyond 8.1 and they will be removed in the future.
11+
There are currently a number of images being built for the different operating systems. This image is built with support for PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 and 8.4. Note that we do not build CentOS/Rocky Linux based images beyond 8.1 and they will be removed in the future.
1212

1313
Also note that CentOS/RL based images are not being pushed to ghcr.io!
1414

@@ -34,6 +34,7 @@ Images are available under the tags:
3434
* 10up/base-php:8.1-ubuntu
3535
* 10up/base-php:8.2-ubuntu
3636
* 10up/base-php:8.3-ubuntu
37+
* 10up/base-php:8.4-ubuntu
3738
* Ubuntu 22.04 based (Github Packages)
3839
* ghcr.io/10up/base-php:7.0-ubuntu
3940
* ghcr.io/10up/base-php:7.1-ubuntu
@@ -44,6 +45,7 @@ Images are available under the tags:
4445
* ghcr.io/10up/base-php:8.1-ubuntu
4546
* ghcr.io/10up/base-php:8.2-ubuntu
4647
* ghcr.io/10up/base-php:8.3-ubuntu
48+
* ghcr.io/10up/base-php:8.4-ubuntu
4749
* Ubuntu 24.04 based (Docker Hub)
4850
* 10up/base-php:7.0-noble
4951
* 10up/base-php:7.1-noble
@@ -54,6 +56,7 @@ Images are available under the tags:
5456
* 10up/base-php:8.1-noble
5557
* 10up/base-php:8.2-noble
5658
* 10up/base-php:8.3-noble
59+
* 10up/base-php:8.4-noble
5760
* Ubuntu 24.04 based (Github Packages)
5861
* ghcr.io/10up/base-php:7.0-noble
5962
* ghcr.io/10up/base-php:7.1-noble
@@ -64,6 +67,7 @@ Images are available under the tags:
6467
* ghcr.io/10up/base-php:8.1-noble
6568
* ghcr.io/10up/base-php:8.2-noble
6669
* ghcr.io/10up/base-php:8.3-noble
70+
* ghcr.io/10up/base-php:8.4-noble
6771

6872
## Support Level
6973

0 commit comments

Comments
 (0)