Skip to content

Commit

Permalink
Actualize Ruby list in CI
Browse files Browse the repository at this point in the history
* Add `ruby-3.4`
* Remove `ruby-3.0`, since it's EOLed
  • Loading branch information
VitaliySerov committed Dec 27, 2024
1 parent 59f5efc commit 9dde75d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 @@ -6,6 +6,7 @@

* Add `ruby-3.2` to CI
* Add `ruby-3.3` to CI
* Add `ruby-3.4` to CI
* Add `dependabot` check for `GitHub Actions`

### Fixes
Expand All @@ -26,6 +27,7 @@
* Remove all existing crm tags and cases in specs before running tests
* Remove all existing crm tasks and tasks categories before running tests
* Fixes from `rubocop-1.65.0` upgrade (`Gemspec/AddRuntimeDependency`)
* Remove `ruby-3.0` from CI, since it's EOLed

## 1.0.1 (2022-02-21)

Expand Down

0 comments on commit 9dde75d

Please sign in to comment.