Skip to content

Commit d3a793f

Browse files
committed
Update test matrix and CHANGELOG.md
1 parent e4764bf commit d3a793f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- lint
4343
strategy:
4444
matrix:
45-
rails: ['6.1', '7.0', '7.1', '7.2', '8.0']
46-
ruby: ['3.1', '3.2', '3.3']
45+
rails: ['7.2', '8.0', '8.1']
46+
ruby: ['3.2', '3.3', '3.4', '4.0']
4747
runs-on: ubuntu-latest
4848
env:
4949
RAILS_VERSION: ${{ matrix.rails }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [UNRELEASED]
8+
### Changed
9+
- Updated CI test matrix to support Rails 7.2, 8.0, 8.1 and Ruby 3.2, 3.3, 3.4, 4.0 by [@nehresma](https://github.com/nehresma) and [@pacso](https://github.com/pacso)
10+
11+
712
## [0.17.0] - 2024-07-18
813
### Added
914
- Indonesian translations. ([#505](https://github.com/seejohnrun/ice_cube/pull/505)) by [@achmiral](https://github.com/achmiral)

0 commit comments

Comments
 (0)