Skip to content

Commit 3df10ac

Browse files
CopilotKaniska244
andcommitted
Include php, php-mariadb, and jekyll template changes from closed PR #406
- php: Removed bullseye variants, added 8.2-trixie and 8.2-bookworm, reordered proposals - php-mariadb: Removed bullseye variants, added 8.2-trixie and 8.2-bookworm, reordered proposals - jekyll: Removed obsolete buster variant Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
1 parent 8901a14 commit 3df10ac

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

src/jekyll/devcontainer-template.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"description": "Debian OS version (use bookworm, or bullseye on local arm64/Apple Silicon):",
1313
"proposals": [
1414
"bookworm",
15-
"bullseye",
16-
"buster"
15+
"bullseye"
1716
],
1817
"default": "bullseye"
1918
}

src/php-mariadb/devcontainer-template.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@
1313
"proposals": [
1414
"8.5-trixie",
1515
"8.5-bookworm",
16-
"8.5-bullseye",
1716
"8.4-trixie",
18-
"8.4-bookworm",
19-
"8.4-bullseye",
17+
"8.4-bookworm",
2018
"8.3-trixie",
2119
"8.3-bookworm",
22-
"8.3-bullseye",
23-
"8-bullseye",
24-
"8-trixie"
20+
"8.2-trixie",
21+
"8.2-bookworm",
22+
"8-trixie"
2523
],
2624
"default": "8.5-trixie"
2725
}

src/php/devcontainer-template.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"proposals": [
1414
"8.5-trixie",
1515
"8.5-bookworm",
16-
"8.5-bullseye",
17-
"8-bookworm",
16+
"8.4-trixie",
17+
"8.4-bookworm",
18+
"8.3-trixie",
1819
"8.3-bookworm",
19-
"8.4-bookworm",
20-
"8-bullseye",
21-
"8.3-bullseye",
22-
"8.4-bullseye"
20+
"8.2-trixie",
21+
"8.2-bookworm",
22+
"8-bookworm"
2323
],
2424
"default": "8.5-trixie"
2525
}

0 commit comments

Comments
 (0)