Skip to content

Commit 68e446e

Browse files
committed
Updated CHANGELOG to reflect deprecation of Ruby < 3.1 and modified GitHub Actions workflow to remove Ruby 2.7 and 3.0 from testing matrix.
1 parent 583f07a commit 68e446e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
ruby-version: ['2.7', '3.0', '3.1', '3.4']
21+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
2222

2323
steps:
2424
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 1.2
22
* Official support for Rails 8
33
* Official support for Ruby 3.4
4+
* Deprecated support for Ruby < 3.1
45

56
# 1.1.4
67
* Official support for Ruby 3.1

0 commit comments

Comments
 (0)