Skip to content

Commit d334568

Browse files
committed
drop support for scalingo 18 and 20
1 parent e5a6a35 commit d334568

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
### 2025-10-10
55
- Added support for Scalingo-24.
6+
- Dropped support for Scalingo-18 and Scalingo-20.
67

78
## Scalingo buildpack
89

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ esac
5959

6060
# Install correct dependencies according to $STACK
6161
case "${STACK}" in
62-
"scalingo-18" | "scalingo-20" | "scalingo-22" | "scalingo-24")
62+
"scalingo-22" | "scalingo-24")
6363
# the package list is found by using ci:debug then running ldd $GOOGLE_CHROME_BIN | grep not
6464
# also look here for more packages/notes https://developers.google.com/web/tools/puppeteer/troubleshooting
6565
PACKAGES="
@@ -91,7 +91,7 @@ case "${STACK}" in
9191
"
9292
;;
9393
*)
94-
error "STACK must be 'scalingo-18, 20 or 22', not '${STACK}'."
94+
error "STACK must be 'scalingo-22 or scalingo-24', not '${STACK}'."
9595
esac
9696

9797
if [ ! -f $CACHE_DIR/PURGED_CACHE_V1 ]; then

0 commit comments

Comments
 (0)