Skip to content

Commit 8f6f2d2

Browse files
committed
Test against Heroku-26 in CI
1 parent a3e0ad6 commit 8f6f2d2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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 }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
FIXTURE ?= 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`.

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
ENV['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

66
require 'rspec/core'
77
require 'rspec/retry'

0 commit comments

Comments
 (0)