Skip to content

Commit f87c7b0

Browse files
committed
Update Ruby CI matrix: remove 2.7 and 3.0, add 3.3, 3.4, 4.0; bump required_ruby_version to >= 3.1.0
1 parent fb4b97d commit f87c7b0

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ jobs:
88
fail-fast: false
99
matrix:
1010
include:
11-
- ruby: 3.2
12-
bundler_version: 2.4.4
1311
- ruby: 3.1
1412
bundler_version: 2.4.4
15-
- ruby: 3.0
16-
bundler_version: 2.4.4
17-
- ruby: 2.7
13+
- ruby: 3.2
1814
bundler_version: 2.4.4
15+
- ruby: 3.3
16+
bundler_version: 2.6.9
17+
- ruby: 3.4
18+
bundler_version: 2.6.9
19+
- ruby: 4.0
20+
bundler_version: 2.6.9
1921
env:
2022
CI: 1
2123
BUNDLER_VERSION: ${{ matrix.bundler_version }}

singed.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88
spec.authors = ["Josh Nichols"]
99
spec.email = ["josh.nichols@gusto.com"]
1010
spec.summary = "Quick and easy way to get flamegraphs from a specific part of your code base"
11-
spec.required_ruby_version = ">= 2.7.0"
11+
spec.required_ruby_version = ">= 3.1.0"
1212
spec.homepage = "https://github.com/rubyatscale/singed"
1313
spec.metadata = {
1414
"source_code_uri" => "https://github.com/rubyatscale/singed",

0 commit comments

Comments
 (0)