Skip to content

Commit

Permalink
PHP: Update image variant proposals - add 8.2 & EOL 7.4 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Dec 14, 2022
1 parent 2425d88 commit 01750af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
17 changes: 6 additions & 11 deletions src/php-mariadb/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "php-mariadb",
"version": "1.1.2",
"version": "1.2.0",
"name": "PHP & MariaDB",
"description": "Develop PHP applications with MariaDB (MySQL Compatible).",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php-mariadb",
Expand All @@ -12,24 +12,19 @@
"description": "PHP version (use -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"8",
"8.2",
"8.1",
"8.0",
"7",
"7.4",
"7.3",
"8-bullseye",
"8.2-bullseye",
"8.1-bullseye",
"8.0-bullseye",
"7-bullseye",
"7.4-bullseye",
"7.3-bullseye",
"8-buster",
"8.2-buster",
"8.1-buster",
"8.0-buster",
"7-buster",
"7.4-buster"
"8.0-buster"
],
"default": "8-bullseye"
"default": "8.2"
}
},
"platforms": [
Expand Down
17 changes: 6 additions & 11 deletions src/php/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "php",
"version": "1.1.2",
"version": "1.2.0",
"name": "PHP",
"description": "Develop PHP based applications. Includes needed tools, extensions, and dependencies.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php",
Expand All @@ -12,24 +12,19 @@
"description": "PHP version (use -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"8",
"8.2",
"8.1",
"8.0",
"7",
"7.4",
"7.3",
"8-bullseye",
"8.2-bullseye",
"8.1-bullseye",
"8.0-bullseye",
"7-bullseye",
"7.4-bullseye",
"7.3-bullseye",
"8-buster",
"8.2-buster",
"8.1-buster",
"8.0-buster",
"7-buster",
"7.4-buster"
"8.0-buster"
],
"default": "8.1-bullseye"
"default": "8.2"
}
},
"platforms": [
Expand Down

0 comments on commit 01750af

Please sign in to comment.