Skip to content

Commit 8d6c846

Browse files
committed
Drop support for Ruby 3.0
1 parent 87ce89c commit 8d6c846

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 3.0
18+
ruby-version: 3.3
1919
- name: Install dependencies
2020
run: bundle install
2121
- name: Run RuboCop against BASE..HEAD changes

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
strategy:
88
matrix:
99
ruby-version:
10-
- '3.0'
1110
- '3.1'
1211
- '3.2'
1312
- '3.3'
@@ -17,14 +16,8 @@ jobs:
1716
- gemfiles/Gemfile.rails72
1817
- gemfiles/Gemfile.rails80
1918
exclude:
20-
# rails 7.2 requires ruby >= 3.1
21-
# https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
22-
- ruby-version: '3.0'
23-
gemfile: 'gemfiles/Gemfile.rails72'
2419
# rails 8.0 requires ruby >= 3.2
2520
# https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
26-
- ruby-version: '3.0'
27-
gemfile: 'gemfiles/Gemfile.rails80'
2821
- ruby-version: '3.1'
2922
gemfile: 'gemfiles/Gemfile.rails80'
3023

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## [Unreleased]
2+
### Fixed
3+
* Drop support for Ruby 3.0
4+
25
## Fixed
36
* Exclude unneeded files from gem package
47
* Add 2027 bank holidays

0 commit comments

Comments
 (0)