Skip to content

Commit 703c2ed

Browse files
committed
Remove eol 8.8
1 parent decb8ac commit 703c2ed

File tree

4 files changed

+1
-223
lines changed

4 files changed

+1
-223
lines changed

8.8/apache-buster/Dockerfile

Lines changed: 0 additions & 77 deletions
This file was deleted.

8.8/fpm-alpine3.12/Dockerfile

Lines changed: 0 additions & 67 deletions
This file was deleted.

8.8/fpm-buster/Dockerfile

Lines changed: 0 additions & 77 deletions
This file was deleted.

update.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ defaultPhpVersion='8.0'
1414
declare -A phpVersions=(
1515
# https://www.drupal.org/docs/7/system-requirements/php-requirements#php_required
1616
[7]='7.4'
17-
[8.8]='7.4'
1817
[8.9]='7.4'
1918
[9.0]='7.4'
2019
)
@@ -33,7 +32,7 @@ for version in "${versions[@]}"; do
3332
;;
3433
9.*)
3534
# there is no https://updates.drupal.org/release-history/drupal/9.x (or 9.0.x)
36-
# (07/2020) current could also be used for 8.7, 8.8, 8.9, 9.0, 9.1
35+
# (07/2020) current could also be used for 8.9, 9.0, 9.1
3736
drupalRelease='current'
3837
;;
3938
esac

0 commit comments

Comments
 (0)