Skip to content

Commit 6126add

Browse files
committed
CI: add Ruby 4.0 to the test matrix
1 parent b93accd commit 6126add

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ ubuntu ]
11-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
11+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ]
1212
include:
1313
- os: macos
1414
ruby: '2.7'

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ The format is based on [Keep a Changelog], and this project adheres to
1515
- Improve message when CloudFormation claims there are no changes to apply, even when a template diff is present. ([#398])
1616
- Display Tags diff (stack tags) in `stack_master diff` and `stack_master apply` commands. ([#397])
1717
- Resolve style issues identified by RuboCop. ([#396])
18+
- Test on Ruby 4.0 in the CI build ([#399]).
1819

1920
[Unreleased]: https://github.com/envato/stack_master/compare/v2.17.1...HEAD
2021
[#396]: https://github.com/envato/stack_master/pull/396
2122
[#397]: https://github.com/envato/stack_master/pull/397
2223
[#398]: https://github.com/envato/stack_master/pull/398
24+
[#399]: https://github.com/envato/stack_master/pull/399
2325

2426
## [2.17.1] - 2025-12-19
2527

0 commit comments

Comments
 (0)