Skip to content

Commit

Permalink
Replace Heroku-18 with Heroku-24
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-salesforce committed May 21, 2024
1 parent cfcb226 commit 2726173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
stack: [heroku-18, heroku-20, heroku-22]
stack: [heroku-20, heroku-22, heroku-24]
channel: [stable, beta, unstable]
runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ esac

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

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

0 comments on commit 2726173

Please sign in to comment.