File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 strategy :
4848 fail-fast : false
4949 matrix :
50- stack : ["heroku-22", "heroku-24"]
50+ stack : ["heroku-22", "heroku-24", "heroku-26" ]
5151 env :
5252 HATCHET_APP_LIMIT : 300
5353 HATCHET_DEFAULT_STACK : ${{ matrix.stack }}
Original file line number Diff line number Diff line change 11# These targets are not files
22.PHONY : lint lint-scripts lint-ruby lint-python check-format check-format-shell check-format-python format format-shell format-python run-python-tests run run-ci publish
33
4- STACK ?= heroku-24
4+ STACK ?= heroku-26
55FIXTURE ?= spec/fixtures/basic_web_8.0
66
77# Converts a stack name of `heroku-NN` to its build Docker image tag of `heroku/heroku:NN-build`.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33ENV [ 'HATCHET_BUILDPACK_BASE' ] ||= 'https://github.com/heroku/heroku-buildpack-dotnet.git'
4- ENV [ 'HATCHET_DEFAULT_STACK' ] ||= 'heroku-24 '
4+ ENV [ 'HATCHET_DEFAULT_STACK' ] ||= 'heroku-26 '
55
66require 'rspec/core'
77require 'rspec/retry'
You can’t perform that action at this time.
0 commit comments