Skip to content

Commit

Permalink
Fully remove EOL 10.1 (and 10.3-rc, which is GA)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 24, 2024
1 parent a98811d commit 40badb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
},
"11.0": null,
"10.3-rc": null,
"10.3": {
"version": "10.3.0",
"url": "https://ftp.drupal.org/files/projects/drupal-10.3.0.tar.gz",
Expand Down Expand Up @@ -67,7 +66,6 @@
"version": "2"
}
},
"10.1": null,
"7": {
"version": "7.101",
"url": "https://ftp.drupal.org/files/projects/drupal-7.101.tar.gz",
Expand Down
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ for version in "${versions[@]}"; do
[
# https://www.drupal.org/project/drupal/releases/10.2.0-rc1#php-deps
# Drupal now supports PHP 8.3 and recommends at least PHP 8.2.
if [ "7", "10.0", "10.1" ] | index(env.version) then empty else "8.3" end,
if [ "7", "10.0" ] | index(env.version) then empty else "8.3" end,
"8.2",
if [ "7", "10.0", "10.1" ] | index(env.version) then "8.1" else empty end,
if [ "7", "10.0" ] | index(env.version) then "8.1" else empty end,
# https://www.drupal.org/docs/system-requirements/php-requirements
# https://www.drupal.org/docs/7/system-requirements/php-requirements
empty
Expand Down

0 comments on commit 40badb4

Please sign in to comment.