Skip to content

Commit 42c7cb2

Browse files
authored
Add PHP 8.4 (#312)
* Update devcontainer-template.json EOL PHP 8.1 * Update devcontainer-template.json EOL PHP 8.1 * Upgrade PHP 8.4 * Upgrade PHP 8.4 * Upgrade PHP 8.4 * Upgrade PHP 8.4 * Upgrade PHP 8.4 * Upgrade PHP 8.4 * Update devcontainer-template.json, to resolve conflict * Update devcontainer-template.json, to resolve conflict * Update devcontainer-template.json, to resolve conflict * Update devcontainer-template.json, to resolve conflict * Adding the verion changes after resolving conflict. * Add PHP 8.4 version bump
1 parent 29eb9c1 commit 42c7cb2

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

src/php-mariadb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Develop PHP applications with MariaDB (MySQL Compatible).
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | PHP version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 8.2-bookworm |
10+
| imageVariant | PHP version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 8.4-bookworm |
1111

1212
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1313

src/php-mariadb/devcontainer-template.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "php-mariadb",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"name": "PHP & MariaDB",
55
"description": "Develop PHP applications with MariaDB (MySQL Compatible).",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php-mariadb",
@@ -13,8 +13,12 @@
1313
"proposals": [
1414
"8-bookworm",
1515
"8.2-bookworm",
16+
"8.3-bookworm",
17+
"8.4-bookworm",
1618
"8-bullseye",
17-
"8.2-bullseye"
19+
"8.2-bullseye",
20+
"8.3-bullseye",
21+
"8.4-bullseye"
1822
],
1923
"default": "8.2-bookworm"
2024
}

src/php/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Develop PHP based applications. Includes needed tools, extensions, and dependenc
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | PHP version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 8.2-bullseye |
10+
| imageVariant | PHP version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 8.4-bookworm |
1111

1212
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1313

src/php/devcontainer-template.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "php",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"name": "PHP",
55
"description": "Develop PHP based applications. Includes needed tools, extensions, and dependencies.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php",
@@ -13,8 +13,12 @@
1313
"proposals": [
1414
"8-bookworm",
1515
"8.2-bookworm",
16+
"8.3-bookworm",
17+
"8.4-bookworm",
1618
"8-bullseye",
17-
"8.2-bullseye"
19+
"8.2-bullseye",
20+
"8.3-bullseye",
21+
"8.4-bullseye"
1822
],
1923
"default": "8.2-bullseye"
2024
}

0 commit comments

Comments
 (0)