Skip to content

Commit 7d54526

Browse files
committed
ci: Update the test matrix to use Rails 8.1, 8.0, 7.2, and Ruby 4.0, 3.4, 3.3, 3.2
1 parent 260da33 commit 7d54526

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
ruby: ['3.3', '3.2', '3.1', '3.0']
10-
rails: ['7.1', '7.0', '6.1']
9+
ruby: ['4.0', '3.4', '3.3', '3.2']
10+
rails: ['8.1', '8.0', '7.2']
1111
db: [mysql, postgres, sqlite]
1212
env:
1313
BUNDLE_GEMFILE: ${{ github.workspace }}/spec/support/gemfiles/Gemfile.rails-${{ matrix.rails }}.x

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- Run the test suite against Rails 8.1, 8.0, 7.2, and Ruby 4.0, 3.4, 3.3, 3.2 ([#225]).
11+
1012
[Unreleased]: https://github.com/envato/double_entry/compare/v2.0.1...HEAD
13+
[#225]: https://github.com/envato/double_entry/pull/225
1114

1215
## [2.0.1] - 2023-11-01
1316

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ DoubleEntry uses the [Money gem](https://github.com/RubyMoney/money) to encapsul
2222
DoubleEntry is tested against:
2323

2424
Ruby
25+
* 4.0.x
26+
* 3.4.x
2527
* 3.3.x
2628
* 3.2.x
27-
* 3.1.x
28-
* 3.0.x
2929

3030
Rails
31-
* 7.1.x
32-
* 7.0.x
33-
* 6.1.x
31+
* 8.1.x
32+
* 8.0.x
33+
* 7.2.x
3434

3535
Databases
3636
* MySQL

0 commit comments

Comments
 (0)