Skip to content

Commit

Permalink
Actualize list of Rubies in CI (#526)
Browse files Browse the repository at this point in the history
* Actualize list of Rubies in CI

* Add `ruby-3.4`
* Remove `ruby-3.0`, since it's EOLed

* Actualize bundler
  • Loading branch information
VitaliySerov authored Jan 31, 2025
1 parent e39910e commit 0507dbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
continue-on-error: ${{ matrix.allow-failures }}
strategy:
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.1', '3.2', '3.3', '3.4']
allow-failures: [false]
include:
- ruby: head
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Add `yamllint` check in CI
* Add `ruby-3.2` to CI
* Add `ruby-3.3` to CI
* Add `ruby-3.4` to CI
* Add `dependabot` check for `GitHub Actions`
* Add `rake cleanup_mailboxes` to clean mailboxes created by CI
* New `IredMailHelper#mailbox_select` method
Expand All @@ -30,6 +31,7 @@
* Prohibit parallel run of CI (cause conflicts with multiple PR's)
* Force `INBOX` mailbox select on login
* Fix `rubocop-1.65.0` cop `Gemspec/AddRuntimeDependency`
* Remove `ruby-3.0` from CI, since it's EOLed

## 1.0.0 (2022-01-27)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ DEPENDENCIES
yard (>= 0.9.20)

BUNDLED WITH
2.5.15
2.6.3

0 comments on commit 0507dbb

Please sign in to comment.